Skip to content

Commit

Permalink
Add a printing message
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeqfu committed Sep 18, 2019
1 parent a3e4d03 commit 5673ddd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyrcs/update.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,8 @@ def update_package_data(verbose=False):
# Depots
_ = other_assets.Depots.fetch_depot_codes(update=True, verbose=verbose)

if verbose:
print("\nUpdate finished.")


update_package_data(verbose=True)

0 comments on commit 5673ddd

Please sign in to comment.