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] Crash when exec "tf show" #139

Closed
MiguelNdeCarvalho opened this issue Mar 13, 2024 · 1 comment · Fixed by #140
Closed

[BUG] Crash when exec "tf show" #139

MiguelNdeCarvalho opened this issue Mar 13, 2024 · 1 comment · Fixed by #140

Comments

@MiguelNdeCarvalho
Copy link
Contributor

MiguelNdeCarvalho commented Mar 13, 2024

$ terrabutler tf -site k8s show -json
Traceback (most recent call last):
  File "terrabutler/__main__.py", line 5, in <module>
  File "click/core.py", line 1157, in __call__
  File "click/core.py", line 1078, in main
  File "click/core.py", line 1688, in invoke
  File "click/core.py", line 1688, in invoke
  File "click/core.py", line 1434, in invoke
  File "click/core.py", line 783, in invoke
  File "click/decorators.py", line 33, in new_func
  File "terrabutler/click.py", line 676, in tf_show_cli
  File "terrabutler/tf.py", line 100, in terraform_command_runner
  File "subprocess.py", line 1026, in __init__
  File "subprocess.py", line 1883, in _execute_child
TypeError: expected str, bytes or os.PathLike object, not NoneType
[1098695] Failed to execute script '__main__' due to unhandled exception!
@MiguelNdeCarvalho
Copy link
Contributor Author

Fixed in #140

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

Successfully merging a pull request may close this issue.

1 participant