Skip to content

Commit ce9f769

Browse files
committed
Bugfix to track import
1 parent 31608d6 commit ce9f769

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mGAP/src/org/labkey/mgap/pipeline/GenerateMgapTracksStep.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ private void createOrUpdateTrack(SequenceOutputFile so, PipelineJob job, String
250250
}
251251
else
252252
{
253-
int rowId = ts.getObject(Integer.class)
253+
int rowId = ts.getObject(Integer.class);
254254
job.getLogger().debug("Updating existing track: " + so.getName() + " / " + rowId);
255255

256256
Map<String, Object> toUpdate = new CaseInsensitiveHashMap<>();

0 commit comments

Comments
 (0)