Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Statistical-Genetics
jass
Commits
941e4d29
Commit
941e4d29
authored
May 16, 2022
by
Bryan BRANCOTTE
Browse files
log task id
parent
4b9c6e79
Changes
1
Hide whitespace changes
Inline
Side-by-side
jass/models/project.py
View file @
941e4d29
...
...
@@ -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
):
"""
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment