Skip to content

Commit

Permalink
new print values
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Jan 2, 2018
1 parent c982e79 commit f2126b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/examples/upload.py
Expand Up @@ -41,7 +41,7 @@

if __name__ == "__main__":
api = base.get_api()
api.publish_package(
info = api.publish_package(
"hello",
"test",
contents = b"hello world",
Expand All @@ -50,5 +50,6 @@
type = "text",
content_type = "text/plain",
)
print(info)
else:
__path__ = []

0 comments on commit f2126b5

Please sign in to comment.