Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
antgonza committed Oct 18, 2024
1 parent f247073 commit bb219a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qiita_db/processing_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -581,8 +581,8 @@ def create(cls, user, parameters, force=False):
"""
TTRN = qdb.sql_connection.TRN
with TTRN:
command = parameters.command
if not force:
command = parameters.command

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

0 comments on commit bb219a5

Please sign in to comment.