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

State is broken for new repositories #24

Closed
Brickster opened this issue Aug 24, 2015 · 0 comments
Closed

State is broken for new repositories #24

Brickster opened this issue Aug 24, 2015 · 0 comments
Labels

Comments

@Brickster
Copy link
Owner

$ git init testing
$ cd testing
$ git state
Traceback (most recent call last):
  File "/Users/User/Development/python/git-commands/bin/git-state", line 256, in <module>
    main()
  File "/Users/User/Development/python/git-commands/bin/git-state", line 253, in main
    state.state(**vars(parser.parse_args()))
  File "/Users/User/Development/python/git-commands/bin/commands/state.py", line 144, in state
    for section_info in sections:
UnboundLocalError: local variable 'sections' referenced before assignment
@Brickster Brickster added the bug label Aug 24, 2015
Brickster added a commit that referenced this issue Jan 8, 2018
When section ordering was added, the logic for new repositories wasn't
updated.

Fixes #24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant