Skip to content

Commit

Permalink
Fix lack of text in success notification
Browse files Browse the repository at this point in the history
  • Loading branch information
jfro committed Apr 3, 2015
1 parent a7413a0 commit 8d41d71
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions uninstall_app.py
Expand Up @@ -29,6 +29,8 @@
result = simctl.uninstallApp(device, app_id)
if result != True:
print "Failed to uninstall app: %s" % (app_id)
else:
print 'Successfully uninstalled %s' % (app_id)

# shutdown if we had to boot it
if shouldRun:
Expand Down

0 comments on commit 8d41d71

Please sign in to comment.