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

octopose generate fails with no projects specified #28

Closed
george-ayris opened this issue Apr 12, 2018 · 0 comments
Closed

octopose generate fails with no projects specified #28

george-ayris opened this issue Apr 12, 2018 · 0 comments
Assignees

Comments

@george-ayris
Copy link
Collaborator

octopose generate -p Tasks works as expected.

octopose generate now gives the error:

Traceback (most recent call last):
  File "D:\dev\octopose-testing\env\Scripts\octopose-script.py", line 9, in <module>
    load_entry_point('octopose==0.1.2', 'console_scripts', 'octopose')()
  File "d:\dev\octopose-testing\env\lib\site-packages\octopose\octopose.py", line 35, in main
    generate_manifest.main()
  File "d:\dev\octopose-testing\env\lib\site-packages\octopose\generate_manifest.py", line 61, in main
    if required_to_deploy_this_project(project, specific_projects):
  File "d:\dev\octopose-testing\env\lib\site-packages\octopose\generate_manifest.py", line 33, in required_to_deploy_this_project
    return len(specific_projects) == 0 or project in specific_projects
TypeError: object of type 'NoneType' has no len()
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