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 trying to init a new guage python project end up with NameError.
root@ce3c9df9328a:/gauge-py# gauge init python
Exception occurred while copying skel files.
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/getgauge/impl_loader.py", line 40, in copy_skel_files
shutil.copytree(os.path.join(SKEL, STEP_IMPL_DIR_NAMES[0]), impl_dirs[0])
NameError: global name 'STEP_IMPL_DIR_NAMES' is not defined
.
Error ----------------------------------
Failed to initialize project. exit status 1
Get Support ----------------------------
Docs: https://docs.gauge.org
Bugs: https://github.com/getgauge/gauge/issues
Chat: https://gitter.im/getgauge/chat
Your Environment Information -----------
linux, 1.0.5, 562f036
java (0.7.2), python (0.3.5)
Description
When trying to init a new guage python project end up with NameError.
Steps to reproduce
gauge init python
Information that will help us debug
Running off of Docker Ubuntu:latest
Dockerfile to build
The text was updated successfully, but these errors were encountered: