Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

Commit

Permalink
fix path bug
Browse files Browse the repository at this point in the history
  • Loading branch information
tramngo1603 committed Jul 9, 2020
1 parent 2c67291 commit 0cda083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pysoda/pysoda.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ def create_folder_level_manifest(jsonpath, jsondescription):
else:
gevent.sleep(0)
countpath += 1
filepath = pathlib.Path(paths) / subdir / file
filepath = pathlib.Path(paths)
file = filepath.name
filename.append(file)
mtime = filepath.stat().st_mtime
Expand Down

0 comments on commit 0cda083

Please sign in to comment.