install fixes
This commit is contained in:
parent
139511c3fe
commit
e99d59c0df
3 changed files with 12 additions and 2 deletions
|
|
@ -304,7 +304,7 @@ if __name__ == "__main__":
|
|||
development = branch == 'master'
|
||||
elif len(sys.argv) == 3 and sys.argv[1] == 'switch':
|
||||
branch = sys.argv[2]
|
||||
development = False
|
||||
development = branch == 'master'
|
||||
else:
|
||||
branch = 'master'
|
||||
development = True
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue