You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running python2.7 on populate this error occurs
`
/jasper/client$ python2.7 populate.py
Welcome to the profile populator. If, at any step, you'd prefer not to enter the requested information, just hit 'Enter' with a blank field to continue.
Traceback (most recent call last):
File "populate.py", line 146, in
run()
File "populate.py", line 26, in run
simple_request('first_name', 'First name')
File "populate.py", line 19, in simple_request
input = input(cleanVar + ": ")
UnboundLocalError: local variable 'input' referenced before assignment
`
The text was updated successfully, but these errors were encountered:
When running python2.7 on populate this error occurs
`
/jasper/client$ python2.7 populate.py
Welcome to the profile populator. If, at any step, you'd prefer not to enter the requested information, just hit 'Enter' with a blank field to continue.
Traceback (most recent call last):
File "populate.py", line 146, in
run()
File "populate.py", line 26, in run
simple_request('first_name', 'First name')
File "populate.py", line 19, in simple_request
input = input(cleanVar + ": ")
UnboundLocalError: local variable 'input' referenced before assignment
`
The text was updated successfully, but these errors were encountered: