Modify deleteuser to fail gracefully
authorayleph <ayleph@thisshitistemp.com>
Tue, 16 Sep 2014 22:29:09 +0000 (15:29 -0700)
committerayleph <ayleph@thisshitistemp.com>
Tue, 16 Sep 2014 22:29:09 +0000 (15:29 -0700)
commitf0e795df82596e476d9f116d58012e563bb064a4
treef2bef1de81def3fba86fc7f29bf4bf03a0f7c351
parent8998300b981d1a906ae271eb122b387454c53f60
Modify deleteuser to fail gracefully

bin/gmg deleteuser will produce a traceback error if you attempt to delete a
user who does not exist. This commit provides a fix to allow deletuser to fail
gracefully.

This commit addresses https://issues.mediagoblin.org/ticket/969
mediagoblin/gmg_commands/users.py