Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
reformatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerwoud committed Mar 13, 2024
1 parent 88aef97 commit c700de1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def get(self, project_id):

project = Project.query.filter(getattr(Project, "project_id") == project_id).first()

file_url = urljoin(f"{UPLOAD_FOLDER}", f"{project_id}") + "/"
file_url = safe_join(f"{UPLOAD_FOLDER}", f"{project_id}")

directory = safe_join(os.getcwd(), file_url)

Expand Down

0 comments on commit c700de1

Please sign in to comment.