Skip to content

Commit

Permalink
Merge pull request #146 from BenjaSanchez/fix/universe-assignment-gap…
Browse files Browse the repository at this point in the history
…filling

fix: universe extensions in gapfill.py
  • Loading branch information
cdanielmachado authored Oct 25, 2021
2 parents ca05f1c + c5cdff9 commit e5a5649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion carveme/cli/gapfill.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def maincall(inputfile, media, mediadb=None, universe=None, universe_file=None,

if not universe_file:
if universe:
universe_file = "{}{}universe_{}.xml".format(project_dir, config.get('generated', 'folder'), universe)
universe_file = "{}{}universe_{}.xml.gz".format(project_dir, config.get('generated', 'folder'), universe)
else:
universe_file = project_dir + config.get('generated', 'default_universe')

Expand Down

0 comments on commit e5a5649

Please sign in to comment.