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

BUG: appr barfs with error when chart.yaml is not found [UnboundLocalError: local variable 'mfile' referenced before assignment] #85

Open
notjames opened this issue Sep 27, 2017 · 1 comment
Labels

Comments

@notjames
Copy link
Contributor

Traceback (most recent call last):
  File "bin/appr", line 6, in <module>
    
  File "appr/commands/cli.py", line 74, in cli
  File "appr/commands/command_base.py", line 130, in call
  File "appr/commands/command_base.py", line 134, in exec_cmd
  File "appr/commands/push.py", line 139, in _call
  File "appr/commands/push.py", line 134, in _init
  File "appr/commands/push.py", line 94, in _chart
  File "appr/formats/helm/manifest_chart.py", line 20, in __init__
  File "appr/formats/helm/manifest_chart.py", line 39, in _load_from_path
UnboundLocalError: local variable 'mfile' referenced before assignment
[24674] Failed to execute script appr
@ant31 ant31 added the bug label Sep 27, 2017
@notjames
Copy link
Contributor Author

PR submitted #86

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

2 participants