forked from distok/cutthecord
Account for names with spaces and custom icons supplied by ctcci
This commit is contained in:
parent
76d9de6b31
commit
25c8a5b2d4
2 changed files with 1 additions and 2 deletions
|
@ -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]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue