Skip to content

Commit

Permalink
Merge pull request #41 from dichen16/master
Browse files Browse the repository at this point in the history
Fix the bug "Crash when a config file is missing"
  • Loading branch information
dichn committed Oct 15, 2020
2 parents 23fc4d8 + caddd28 commit 810c98a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alt_src/alt_src.py
Original file line number Diff line number Diff line change
Expand Up @@ -2115,7 +2115,7 @@ def wipe_git_dir(dirname):


def die(msg):
self.logger.error(msg)
logging.getLogger("altsrc").error(msg)
sys.exit(1)


Expand Down

0 comments on commit 810c98a

Please sign in to comment.