Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed Mar 22, 2019
1 parent 82eb048 commit cd292a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion foliatools/foliacat.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def main():
print("WARNING: only one file specified", file=sys.stderr)


outputdoc = foliacat(id, args.output, *args.files, keepversion=not args.upgrade)
outputdoc = foliacat(args.id, args.output, *args.files, keepversion=not args.upgrade)
if not args.output or args.output == '-':
print(outputdoc.xmlstring())

Expand Down

0 comments on commit cd292a2

Please sign in to comment.