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

Fixed SyntaxError in admin_command.py when running advisor_admin server start #21

Merged
merged 1 commit into from
Oct 25, 2018

Conversation

mlaradji
Copy link
Contributor

@mlaradji mlaradji commented Oct 22, 2018

This is a pull request to solve Issue #20. The only proposed change is to change the following line in admin_command.py:

    except subprocess.CalledProcessError, e:

to

    except subprocess.CalledProcessError as e:

to fix compatibility with Python 3.x. Note that it might break compatibility with Python versions 2.5 and below.

@mlaradji mlaradji changed the title Fixed SyntaxError Fixed SyntaxError in admin_command.py when running advisor_admin server start Oct 22, 2018
@tobegit3hub
Copy link
Owner

Nice catch and thanks @mlaradji for contribution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants