Skip to content

Commit

Permalink
adding success update message
Browse files Browse the repository at this point in the history
  • Loading branch information
jonyu6 committed Aug 28, 2017
1 parent 5553a08 commit 206b8a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ldrpyutils/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@ def post_update_to_online_register(register_id, register_url, data, registry_aut
r = s.post(url, data=data, headers=headers)
if r.status_code == 204:
resFlag = True
print "Successfully updated register '" + register_id + "'"
if verbose:
print r.status_code
return resFlag
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name='ldrpyutils',
version='0.2.2',
version='0.2.3',
packages=['ldrpyutils'],
classifiers=[
'Development Status :: 3 - Alpha',
Expand Down

0 comments on commit 206b8a5

Please sign in to comment.