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

Got error when running #1

Open
hautph opened this issue Dec 3, 2019 · 0 comments
Open

Got error when running #1

hautph opened this issue Dec 3, 2019 · 0 comments

Comments

@hautph
Copy link

hautph commented Dec 3, 2019

Traceback (most recent call last):
File "main.py", line 61, in
print(upload_files(bucketName))
File "main.py", line 22, in upload_files
files = [f for f in listdir(localFolder) if isfile(join(localFolder, f))]
File "main.py", line 22, in
files = [f for f in listdir(localFolder) if isfile(join(localFolder, f))]
File "/usr/lib64/python3.6/posixpath.py", line 80, in join
a = os.fspath(a)
TypeError: expected str, bytes or os.PathLike object, not NoneType

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

No branches or pull requests

1 participant