Skip to content

Commit

Permalink
add return
Browse files Browse the repository at this point in the history
  • Loading branch information
5im1z committed Mar 14, 2024
1 parent 0bf8b1b commit 413865c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion depmap_omics_upload/tracker.py
Original file line number Diff line number Diff line change
Expand Up @@ -1039,7 +1039,7 @@ def updateTrackerWGS(
tracker.loc[k, "bam_qc"] = str(v) + "," + a
if type(datatype) is str:
datatype = [datatype]
update(
return update(
tracker,
samplesetname,
lowqual,
Expand Down

0 comments on commit 413865c

Please sign in to comment.