Skip to content

Commit

Permalink
added files to not break windows
Browse files Browse the repository at this point in the history
  • Loading branch information
adangert committed Sep 14, 2019
1 parent 2d86ea8 commit 02424e3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion piparty.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,9 @@ def __init__(self):
#check for update
if platform == "linux" or platform == "linux2":
self.big_update = update.check_for_update(self.ns.settings['menu_voice'])
self.git_hash = update.run_command("git rev-parse HEAD")[:7]
self.git_hash = update.run_command("git rev-parse HEAD")[:7]
else:
self.git_hash = "0000000"


#defined outside of ns.settings as it's a purely dev option
Expand Down

0 comments on commit 02424e3

Please sign in to comment.