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

debops-task script traceback #73

Closed
drybjed opened this issue Dec 18, 2014 · 3 comments
Closed

debops-task script traceback #73

drybjed opened this issue Dec 18, 2014 · 3 comments

Comments

@drybjed
Copy link
Member

drybjed commented Dec 18, 2014

Looks like something is missing.

drybjed@helios ~/src/projects/helios/ % debops-task test -m setup
Traceback (most recent call last):
  File "/usr/local/bin/debops-task", line 5, in <module>
    pkg_resources.run_script('debops==0.1.0', 'debops-task')
  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 528, in run_script
    self.require(requires)[0].run_script(script_name, ns)
  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 1401, in run_script
    exec(script_code, namespace, namespace)
  File "/usr/local/lib/python2.7/dist-packages/debops-0.1.0-py2.7.egg/EGG-INFO/scripts/debops-task", line 45, in <module>

TypeError: find_up() takes exactly 2 arguments (1 given)

Although, debops-task script is not essential - after one run of debops, Ansible configuration file is generated and you can use ansible command directly. So I suppose we could just remove debops-task and not worry about it.

@drybjed
Copy link
Member Author

drybjed commented Dec 18, 2014

Pinging @htgoebel

@htgoebel
Copy link
Contributor

Please merge #74 for fixing this.

@drybjed
Copy link
Member Author

drybjed commented Dec 18, 2014

@htgoebel Thanks. Let's test it out before releasing a new version.

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

2 participants