Commit 7d582984 by Aeolus

update

parent 4590dbfb
......@@ -249,7 +249,7 @@ def run_edit_hatch():
hatch.summary = summary
if left_count is not None:
hatch.left_count = left_count
if left_count > 0:
if int(left_count) > 0:
hatch.status = 1
else:
hatch.status = 2
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment