Skip to content
Snippets Groups Projects
Commit 941e4d29 authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files

log task id

parent 4b9c6e79
No related branches found
No related tags found
No related merge requests found
......@@ -165,7 +165,7 @@ class Project(BaseModel, abc.ABC):
def update_progress(self, progress):
self.progress = progress
self.save()
print("PROGRESS {0}".format(self.progress))
print(f"PROGRESS for {self.id}: {self.progress}")
def get_folder_path(self):
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment