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

Line 150 Invalid Syntax #1

Open
cmaliwat opened this issue May 25, 2017 · 4 comments
Open

Line 150 Invalid Syntax #1

cmaliwat opened this issue May 25, 2017 · 4 comments
Assignees
Labels

Comments

@cmaliwat
Copy link

I input the following:
python deploystudio_users.py -r /Users/Shared/DS-Repo -f ~/Desktop/Import.csv -H y

And got this in return:

  File "deploystudio_users.py", line 150
    row++
        ^
SyntaxError: invalid syntax
@wallarug
Copy link
Owner

Hey,

What version of Python are you using?

@wallarug
Copy link
Owner

I will look into this issue for you today and get back to you.

In the mean time, try changing row++ to row += 1

This is a Python 2 code base.

@cbyr2401
Copy link

cbyr2401 commented May 26, 2017

Hey @cmaliwat,

I think this issue is fixed in the latest commit.

Please git pull and let me know how it goes!

Thanks for letting me know about this issue.

@wallarug

@wallarug wallarug self-assigned this May 26, 2017
@wallarug wallarug added the bug label May 26, 2017
@cmaliwat
Copy link
Author

Thanks! I was running Python 2.7.12

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

No branches or pull requests

3 participants