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 d3e0205 commit 01f2561Copy full SHA for 01f2561
bagit.py
@@ -173,7 +173,6 @@ def make_bag(
173
LOGGER.error(_("Bag directory %s does not exist"), bag_dir)
174
raise RuntimeError(_("Bag directory %s does not exist") % bag_dir)
175
176
- # FIXME: we should do the permissions checks before changing directories
177
old_dir = os.path.abspath(os.path.curdir)
178
179
try:
0 commit comments