Skip to content

Commit 91b2ac0

Browse files
committed
intentionally set skip_mutationsincis = False
1 parent 5598632 commit 91b2ac0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

bin/database_to_staging.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,11 +176,14 @@ def main(
176176
syn = process_functions.synapse_login(debug=debug)
177177
# HACK: Use project id instead of this...
178178
if test:
179+
skip_mutationsincis = False
179180
databaseSynIdMappingId = "syn11600968"
180181
genie_version = "TESTING"
181182
elif staging:
183+
skip_mutationsincis = False
182184
databaseSynIdMappingId = "syn12094210"
183185
else:
186+
skip_mutationsincis = False
184187
databaseSynIdMappingId = "syn10967259"
185188
# Database/folder syn id mapping
186189
databaseSynIdMapping = syn.tableQuery(

0 commit comments

Comments
 (0)