You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ 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
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: