Skip to content

Commit

Permalink
Merge pull request #11 from ttubb/dev
Browse files Browse the repository at this point in the history
fixed bug in config creation
  • Loading branch information
ttubb authored May 17, 2024
2 parents 8dd3ec4 + c60f0d5 commit da09175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion submg/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ def makecfg(args):
submit_bins=args.submit_bins,
submit_mags=args.submit_mags,
no_comments=args.no_comments,
quality_cutoffs=args.quality_cutoffs)
quality_cutoffs=args.bin_quality_cutoffs)


def submit(args):
Expand Down

0 comments on commit da09175

Please sign in to comment.