Skip to content

Commit

Permalink
fix missing argument in export_all()
Browse files Browse the repository at this point in the history
  • Loading branch information
190nm committed Aug 2, 2021
1 parent 9a4fa5d commit 11cdad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reinkuro/octo.py
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ def cli(__args__):
elif __args__.decrypt == Decrypt.new:
parse_difference(current, previous, localization=__args__.localization, decrypt=True)
elif __args__.decrypt == Decrypt.all:
export_all(current)
export_all(current, localization=__args__.localization)
else: # Should be unreachable
pass

Expand Down

0 comments on commit 11cdad1

Please sign in to comment.