Skip to content

Improve complete job #3443

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Oct 18, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix tests
  • Loading branch information
antgonza committed Oct 18, 2024
commit bb219a59ec1bc5fc6a9c25363493f6e6d292d609
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
Loading