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
Traceback (most recent call last):
File "/home/joe/scripted-ofcourse/testofcourse-F16/ofcourse_environment/bin/ofcourse", line 7, in <module>
from ofcourse.cli import cli
File "/home/joe/scripted-ofcourse/testofcourse-F16/ofcourse_environment/lib/python3.5/site-packages/ofcourse/cli/__init__.py", line 14, in <module>
from ofcourse.cli.openshift_utils import (generate_token,
File "/home/joe/scripted-ofcourse/testofcourse-F16/ofcourse_environment/lib/python3.5/site-packages/ofcourse/cli/openshift_utils.py", line 85
print os.getcwd()
^
SyntaxError: invalid syntax
However, the version in current HEAD does not have the offending print statement:
I've just started digging through commit hisory to try to find out when the print statement was there, and when it was removed. Also, I don't know much about how code gets from github into pypi, but there seems to be a problem with that. Do we need the current version tagged so that it will be pulled into pypi or what?
Please advise.
The text was updated successfully, but these errors were encountered:
OK, I'm giving this another go.
The version of openshift_utils.py installed during a pip install seems to be the same as found in the latest version here:
https://pypi.python.org/packages/1c/02/ebbcfce84eb89151390c4c2a3272c525671df0a4dcd070450a5d0b2bf535/ofcourse-0.2.4.tar.gz
on pypi:
https://pypi.python.org/pypi/ofcourse
But it generates this error:
However, the version in current HEAD does not have the offending print statement:
https://github.com/ryansb/ofCourse/blob/develop/ofcourse/cli/openshift_utils.py
for either branch develop as above or branch master:
https://github.com/ryansb/ofCourse/blob/master/ofcourse/cli/openshift_utils.py
even though the latest tagged release is 0.2.4
I've just started digging through commit hisory to try to find out when the print statement was there, and when it was removed. Also, I don't know much about how code gets from github into pypi, but there seems to be a problem with that. Do we need the current version tagged so that it will be pulled into pypi or what?
Please advise.
The text was updated successfully, but these errors were encountered: