Changes between Initial Version and Version 4 of Ticket #969


Ignore:
Timestamp:
Sep 16, 2014, 11:33:49 PM (10 years ago)
Author:
Elrond
Comment:

We just realized, that users.py is affected globally.

Notes:

  1. Wait until py3 merge is over!
  2. Instead of doing unicode(...) (or six.text_type) in the db query, try doing a type=six.text_type in the .add_argument of the parser setup, so that the parser already does the typing for us.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #969

    • Property Status newaccepted
    • Property Milestone0.8.0
    • Property Summary gmg deleteuser doesn't fail gracefullygmg user commands don't fail gracefully for non existant users
  • Ticket #969 – Description

    initial v4  
    1313sqlalchemy.orm.exc.NoResultFound: No row was found for one()
    1414}}}
     15
     16Same problem exists for other commands in users.py.