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

[Python2] AttributeError: 'module' object has no attribute 'quote' #109

Open
Rayman opened this issue Mar 15, 2021 · 0 comments
Open

[Python2] AttributeError: 'module' object has no attribute 'quote' #109

Rayman opened this issue Mar 15, 2021 · 0 comments

Comments

@Rayman
Copy link
Owner

Rayman commented Mar 15, 2021

Probably a regression due to the colcon introduction

Traceback (most recent call last):
  File "/home/ramon/.local/bin/ros-get", line 8, in <module>
    sys.exit(main())
  File "/home/ramon/.local/lib/python2.7/site-packages/ros_get/__main__.py", line 169, in main
    return func(**vars(args))
  File "/home/ramon/.local/lib/python2.7/site-packages/ros_get/workspace.py", line 66, in create
    result = create_workspace_with_colcon(extend_path, dir)
  File "/home/ramon/.local/lib/python2.7/site-packages/ros_get/workspace.py", line 245, in create_workspace_with_colcon
    cmd = '. %s && colcon build' % shlex.quote(os.path.join(extend_path, 'setup.sh'))
AttributeError: 'module' object has no attribute 'quote'
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

No branches or pull requests

1 participant