Skip to content

Commit

Permalink
archive.py: Added newline at the end because I'm autistic like that.
Browse files Browse the repository at this point in the history
  • Loading branch information
MinoMino committed Nov 28, 2016
1 parent afdeaf4 commit 8f43fb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion archive.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@
tf.add(file, arcname=os.path.basename(file))
else:
print("{} is not a valid format.".format(cmd))
sys.exit(1)
sys.exit(1)

0 comments on commit 8f43fb9

Please sign in to comment.