Skip to content

Commit

Permalink
Undoing merge error
Browse files Browse the repository at this point in the history
  • Loading branch information
tclarke committed Jan 10, 2020
1 parent 7965116 commit 5a641fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Code/build.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python2.7
#!/usr/bin/env python
import sys
import subprocess
import os
Expand Down Expand Up @@ -154,7 +154,7 @@ def __update_build_revision_h(self):
command_prefix = "./"
if is_windows():
command_prefix = ""
execute_process(["python2.7",
execute_process(["python",
"%supdate-build-revision.py" % (command_prefix)], shell=False)

def get_current_app_version(self):
Expand Down
2 changes: 1 addition & 1 deletion Code/update-build-revision.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python2.7
#!/usr/bin/env python
import subprocess
import os
import os.path
Expand Down

0 comments on commit 5a641fe

Please sign in to comment.