We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d457312 commit c144ce1Copy full SHA for c144ce1
bagit.py
@@ -174,7 +174,6 @@ def make_bag(
174
LOGGER.error(_("Bag directory %s does not exist"), bag_dir)
175
raise RuntimeError(_("Bag directory %s does not exist") % bag_dir)
176
177
- # FIXME: we should do the permissions checks before changing directories
178
old_dir = os.path.abspath(os.path.curdir)
179
180
try:
0 commit comments