Skip to content

Commit

Permalink
renamed update_package_data to update_pkg_metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeqfu committed Jan 10, 2020
1 parent 48e2b90 commit e46e170
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyrcs/update.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from pyrcs.other_assets import OtherAssets


def update_package_data(verbose=False):
def update_pkg_metadata(verbose=False):

if confirmed("To update resources?"):

Expand Down Expand Up @@ -76,4 +76,4 @@ def update_package_data(verbose=False):
print("\nUpdate finished.")


update_package_data(verbose=True)
# update_pkg_metadata(verbose=True)

0 comments on commit e46e170

Please sign in to comment.