Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow bagging to destination #138

Closed
wants to merge 10 commits into from
Prev Previous commit
Fix bad arg reference
nkrabben authored Jan 30, 2020
commit 61769cda626c8493b6a733885a407915f4ada63f
2 changes: 1 addition & 1 deletion bagit.py
Original file line number Diff line number Diff line change
@@ -1651,7 +1651,7 @@ def main():
bag_info=args.bag_info,
processes=args.processes,
checksums=args.checksums,
dest_dir=args.destination
dest_dir=args.dest_dir
)
except Exception as exc:
if args.dest_dir: