Skip to content

Commit

Permalink
Add reassuring exit message
Browse files Browse the repository at this point in the history
  • Loading branch information
nickjcroucher committed Feb 23, 2024
1 parent 0382227 commit 843f7be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PopPUNK/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -593,6 +593,7 @@ def main():

# end here if not assigning data
if args.for_refine:
sys.stderr.write('Initial model fit complete; points will be assigned when this model is refined\nusing "--fit-model refine"\n')
sys.exit(0)

#******************************#
Expand Down

0 comments on commit 843f7be

Please sign in to comment.