Skip to content

Commit c144ce1

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 d457312 commit c144ce1

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
@@ -174,7 +174,6 @@ def make_bag(
174174
LOGGER.error(_("Bag directory %s does not exist"), bag_dir)
175175
raise RuntimeError(_("Bag directory %s does not exist") % bag_dir)
176176

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

180179
try:

0 commit comments

Comments
 (0)