Opened 11 years ago

Closed 10 years ago

Last modified 10 years ago

#783 closed defect (fixed)

bin/gmg command adduser generates a minor unnecessary error

Reported by: NattilyPidgin Owned by:
Priority: trivial Milestone: 0.7.0
Component: programming Keywords: bite-sized
Cc: Parent Tickets:

Description

Whenever bin/gmg adduser is used, a minor error is raised because the code filters the User table for a unicode string using a non-unicode string. This is the error that is raised:

mediagoblin/local/lib/python2.7/site-packages/SQLAlchemy-0.8.2-py2.7-linux-i686.egg/sqlalchemy/engine/default.py:459: SAWarning: Unicode type received non-unicode bind param value.
  param.append(processors[key](compiled_params[key]))

This doesn't affect functionality at all, but may be confusing if unfixed.

Change History (3)

comment:1 by NattilyPidgin, 11 years ago

Owner: NattilyPidgin removed
Status: newreview

comment:2 by Christopher Allan Webber, 10 years ago

Milestone: 0.7.0
Resolution: fixed
Status: reviewclosed

Merged, rebased, and pushed.

comment:3 by Christopher Allan Webber, 10 years ago

Thanks npigeon!

Note: See TracTickets for help on using tickets.