Account for names with spaces and custom icons supplied by ctcci

This commit is contained in:
ave 2019-06-21 11:29:30 +03:00
parent 76d9de6b31
commit 25c8a5b2d4
No known key found for this signature in database
GPG key ID: 09356ABAA42C842B
2 changed files with 1 additions and 2 deletions

View file

@ -27,7 +27,7 @@ def counterup(branch="base"):
with open(fname, 'r') as file:
filedata = file.read()
name = sys.argv[2]
name = sys.argv[2].replace("__", " ")
branch = sys.argv[3]