Skip to content

Commit

Permalink
fixed indentaion
Browse files Browse the repository at this point in the history
  • Loading branch information
MGS-sails committed Sep 13, 2023
1 parent cd604d5 commit 7533aa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emgapianns/management/commands/import_qc.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def import_qc(reader, job, emg_db):
job.analysis_summary_json = analysis_summary
job.save()

anns.append(job_ann)
anns.append(job_ann)
logger.info("Total %d Annotations for Run: %s" % (len(anns), job))

@staticmethod
Expand Down

0 comments on commit 7533aa8

Please sign in to comment.