Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
willgraf committed Jan 28, 2021
1 parent 207f37b commit 363f121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deepcell_tracking/utils.py
Expand Up @@ -256,7 +256,7 @@ def save_trks(filename, lineages, raw, tracked):
raw_file.flush()
raw_file.close()
trks.add(raw_file.name, 'raw.npy')
os.remove(lineages_file.name)
os.remove(raw_file.name)

with tempfile.NamedTemporaryFile(delete=False) as tracked_file:
np.save(tracked_file, tracked)
Expand Down

0 comments on commit 363f121

Please sign in to comment.