Skip to content

Commit

Permalink
Added the message No changes in any settings file instead of
Browse files Browse the repository at this point in the history
silently fail.
  • Loading branch information
evandrocoan committed Sep 20, 2019
1 parent ca73d30 commit 4515fa0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions zz_reload_default_package.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,9 @@ def run_operations():
if check_settings_changes():
create_settings_loader()

else:
print( "[zz_reload_default_package.py] No changes in any settings file!" )

except Exception:
raise

Expand Down

0 comments on commit 4515fa0

Please sign in to comment.