Skip to content

Commit

Permalink
\n
Browse files Browse the repository at this point in the history
  • Loading branch information
hammy275 committed Jun 3, 2020
1 parent 219826c commit 83921b0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
###VERSIONS###

version = "1.5.3"
prog_internal_version = 92
prog_internal_version = 93
file_version = 15

#############
Expand Down
4 changes: 2 additions & 2 deletions tarstall_execs/tarstall
Original file line number Diff line number Diff line change
Expand Up @@ -823,10 +823,10 @@ def parse_args(args=None):
elif status[p] == "No update":
msg += p + " is already up to date!\n"
elif status[p] == "OSError":
msg += p + " does not have #!/bin/sh or similar specified at the top of its file!"
msg += p + " does not have #!/bin/sh or similar specified at the top of its file!\n"
exit_code = 1
elif status[p] == "Does not update":
msg += p + " does not update or has a URL as its only update option!"
msg += p + " does not update or has a URL as its only update option!\n"
else:
msg += p + " did not update successfully!\n"
exit_code = 1
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
15.92
15.93

0 comments on commit 83921b0

Please sign in to comment.