Skip to content

Commit

Permalink
bug fix for TempFolder()
Browse files Browse the repository at this point in the history
  • Loading branch information
jodyphelan committed Nov 13, 2024
1 parent c6a318a commit 6aa4056
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pathogenprofiler/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
from glob import glob
from .models import GenomeRange
import shutil
import math
import json
import csv


tmp_prefix = str(uuid4())
Expand Down

0 comments on commit 6aa4056

Please sign in to comment.