gear/gear
Morgan Fainberg 59d29104cb Do not encode the type (b) in the job name
Don't encode string type in the job name in handleRequest(). Without
the explicit .decode() before passing to the string formatter it
would end up looking like b"b'<jobname'\t\n...." which made for
working with gear on the other side near impossible because a
decode of the job data would not result in a consumable string
matching expected values.

Now there is an explicit decode prior to formatting the string
data.

Change-Id: Ib2996b84bce719a2f91c166aaa4278c18f89f88f
2016-06-08 13:06:09 -07:00
..
cmd Switch to six for configparser 2016-06-02 10:02:59 +03:00
tests Merge "Add a test for worker termination" 2016-06-02 07:02:10 +00:00
__init__.py Do not encode the type (b) in the job name 2016-06-08 13:06:09 -07:00
acl.py Resolve python3 test failures 2015-03-11 17:37:49 -07:00
constants.py Support python3. 2013-06-05 15:07:36 -07:00