Skip to content

Commit bb219a5

Browse files
committed
fix tests
1 parent f247073 commit bb219a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qiita_db/processing_job.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,8 +581,8 @@ def create(cls, user, parameters, force=False):
581581
"""
582582
TTRN = qdb.sql_connection.TRN
583583
with TTRN:
584+
command = parameters.command
584585
if not force:
585-
command = parameters.command
586586

587587
# check if a job with the same parameters already exists
588588
sql = """SELECT processing_job_id, processing_job_status

0 commit comments

Comments
 (0)