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

Running taskcat with --public_s3_bucket as the only arg causes exception #77

Closed
tonynv opened this issue Apr 13, 2018 · 1 comment
Closed
Labels

Comments

@tonynv
Copy link
Contributor

tonynv commented Apr 13, 2018

jenkins@develop:workspace:[alfred] taskcat --public_s3_bucket


| |_ __ _ | | _____ __ | |
| _/ / __| |/ / __/ _ | __|
| || (
| _
\ < (
| (
| | |

__,|/|____,|__|

version 2018.410.184245
Traceback (most recent call last):
File "/var/lib/jenkins/.local/bin/taskcat", line 58, in
main()
File "/var/lib/jenkins/.local/bin/taskcat", line 28, in main
tcat_instance.set_config(args.config_yml)
File "/var/lib/jenkins/.local/lib/python3.6/site-packages/taskcat/stacker.py", line 240, in set_config
if os.path.isfile(config_yml):
File "/usr/lib64/python3.6/genericpath.py", line 30, in isfile
st = os.stat(path)
TypeError: stat: path should be string, bytes, os.PathLike or integer, not NoneType

@tonynv tonynv added the bug label Apr 13, 2018
@tonynv
Copy link
Contributor Author

tonynv commented Apr 16, 2018

Fixed in 3abe74e

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