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

--cumulus-version is broken #116

Closed
sebdah opened this issue Mar 4, 2014 · 0 comments
Closed

--cumulus-version is broken #116

sebdah opened this issue Mar 4, 2014 · 0 comments

Comments

@sebdah
Copy link
Contributor

sebdah commented Mar 4, 2014

[sebastian ~]$ cumulus --cumulus-version
Traceback (most recent call last):
  File "git/skymill/cumulus/cumulus/cumulus", line 23, in <module>
    import cumulus_ds
  File "/Users/sebastian/git/skymill/cumulus/cumulus/cumulus_ds/__init__.py", line 20, in <module>
    from cumulus_ds import bundle_manager
  File "/Users/sebastian/git/skymill/cumulus/cumulus/cumulus_ds/bundle_manager.py", line 16, in <module>
    from cumulus_ds import connection_handler
  File "/Users/sebastian/git/skymill/cumulus/cumulus/cumulus_ds/connection_handler.py", line 6, in <module>
    from cumulus_ds.config import CONFIG as config
  File "/Users/sebastian/git/skymill/cumulus/cumulus/cumulus_ds/config/__init__.py", line 280, in <module>
    CONFIG = Configuration()
  File "/Users/sebastian/git/skymill/cumulus/cumulus/cumulus_ds/config/__init__.py", line 25, in __init__
    self._parse_command_line_options()
  File "/Users/sebastian/git/skymill/cumulus/cumulus/cumulus_ds/config/__init__.py", line 44, in _parse_command_line_options
    settings_conf.get('general', 'version')))
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ConfigParser.py", line 607, in get
    raise NoSectionError(section)
ConfigParser.NoSectionError: No section: 'general'
@sebdah sebdah added this to the 1.1.x milestone Mar 4, 2014
@sebdah sebdah self-assigned this Mar 4, 2014
@sebdah sebdah closed this as completed Mar 4, 2014
sebdah pushed a commit that referenced this issue Mar 4, 2014
sebdah pushed a commit that referenced this issue Mar 4, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant