Skip to content

Commit

Permalink
Fix updateOncokbAnnotations.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pvannierop committed Aug 22, 2023
1 parent 52590b5 commit debb95f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/src/main/scripts/importer/updateOncokbAnnotations.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@ def update_annotations(result, connection, cursor, study_id):
except MySQLdb.Error as msg:
print(msg, file=ERROR_FILE)

def main_import(study_id, properties_filename):
def main_import(study_id, properties_filename):

portal_properties = get_database_properties(properties_filename)
Expand Down

0 comments on commit debb95f

Please sign in to comment.