Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add colon for python if #465

Merged
merged 1 commit into from Aug 18, 2016
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Add colon for python if

  • Loading branch information
larsbergstrom committed Aug 18, 2016
commit 9e3d856f66f680d9e824c49dfdd62ac95a686c94
@@ -133,7 +133,7 @@ def make_step(self, command):
])

# Set token for homebrew repository
elif arg == './etc/ci/update_brew.sh'
elif arg == './etc/ci/update_brew.sh':
step_kwargs['logEnviron'] = False
step_env += envs.update_brew

ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.