We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I accidentally added templates/ first, and boom..
templates/
> moban -t templates/coafile.jj2 Warning: templates/coafile.jj2 is not defined in your moban file! Traceback (most recent call last): File "/usr/bin/moban", line 11, in <module> load_entry_point('moban==0.3.8', 'console_scripts', 'moban')() File "/usr/lib/python3.6/site-packages/moban/main.py", line 36, in main count = handle_moban_file(moban_file, options) File "/usr/lib/python3.6/site-packages/moban/main.py", line 142, in handle_moban_file mobanfile.handle_moban_file_v1(moban_file_configurations, options) File "/usr/lib/python3.6/site-packages/moban/mobanfile.py", line 75, in handle_moban_file_v1 if target: UnboundLocalError: local variable 'target' referenced before assignment
Possibly related to #176
The text was updated successfully, but these errors were encountered:
🐛 fix UnboundLocalError: local variable 'target' referenced before as…
0226dd6
…signment. fix #178
Successfully merging a pull request may close this issue.
I accidentally added
templates/
first, and boom..Possibly related to #176
The text was updated successfully, but these errors were encountered: