Should fix indentation issue
This commit is contained in:
@@ -56,10 +56,10 @@ def main():
|
|||||||
return
|
return
|
||||||
|
|
||||||
repository = gh.repository('WagicProject', 'wagic')
|
repository = gh.repository('WagicProject', 'wagic')
|
||||||
if(options.branch == 'master' or options.branch == 'travis_mac_osx'):
|
if(options.branch == 'master' or options.branch == 'travis_mac_osx'):
|
||||||
r = checkRelease(repository, options.remote, 'master')
|
r = checkRelease(repository, options.remote, 'master')
|
||||||
else:
|
else:
|
||||||
r = checkRelease(repository, options.remote, 'cmake')
|
r = checkRelease(repository, options.remote, 'cmake')
|
||||||
|
|
||||||
filename = options.remote
|
filename = options.remote
|
||||||
with open(options.local, 'rb') as fd:
|
with open(options.local, 'rb') as fd:
|
||||||
|
|||||||
Reference in New Issue
Block a user