Skip to content

Commit 01f2561

Browse files
committed
Remove misleading FIXME message
This message said to do do permission checks before changing directories, which is already how the code behaves.
1 parent d3e0205 commit 01f2561

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bagit.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,6 @@ def make_bag(
173173
LOGGER.error(_("Bag directory %s does not exist"), bag_dir)
174174
raise RuntimeError(_("Bag directory %s does not exist") % bag_dir)
175175

176-
# FIXME: we should do the permissions checks before changing directories
177176
old_dir = os.path.abspath(os.path.curdir)
178177

179178
try:

0 commit comments

Comments
 (0)