Skip to content

Commit

Permalink
set revision to False by default
Browse files Browse the repository at this point in the history
  • Loading branch information
anna-parker committed Nov 5, 2024
1 parent 9c66fe4 commit 1509507
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ena-submission/src/ena_deposition/create_sample.py
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,7 @@ def sample_table_create(
db_config, table_name="submission_table", conditions=seq_key
)

revision = False
# If revision, check if can be revised
if (
row["version"] != "1"
Expand Down

0 comments on commit 1509507

Please sign in to comment.