Skip to content

Commit

Permalink
dont resolve path to mnt
Browse files Browse the repository at this point in the history
  • Loading branch information
contrick64 committed Dec 19, 2024
1 parent dea10c9 commit e986e9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ingest.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def ingest_files(
content_streams.append({
"dsID": allowed_streams[file.suffix.lower()],
"file_name": file.name,
"path":str(newpath.resolve())
"path":str(newpath)
})
params['content_streams'] = json.dumps(content_streams)

Expand Down

0 comments on commit e986e9e

Please sign in to comment.