Skip to content

Commit 17dd27c

Browse files
authored
[GEN-2210] Fix setting of skip_mutationsincis flag for staging (#603)
* remove skip_mutationsincis flag * intentionally set skip_mutationsincis = False * remove setting flags
1 parent 9426c91 commit 17dd27c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bin/database_to_staging.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,6 @@ def main(
179179
databaseSynIdMappingId = "syn11600968"
180180
genie_version = "TESTING"
181181
elif staging:
182-
skip_mutationsincis = True
183182
databaseSynIdMappingId = "syn12094210"
184183
else:
185184
databaseSynIdMappingId = "syn10967259"

0 commit comments

Comments
 (0)