~ubuntuone-control-tower/ubuntuone-dev-tools/stable-4-0

« back to all changes in this revision

Viewing changes to ubuntuone/devtools/runners/__init__.py

  • Committer: Tarmac
  • Author(s): Rodney Dawes, Diego Sarmentero
  • Date: 2012-10-01 21:39:29 UTC
  • mfrom: (85.1.1 update-4-0)
  • Revision ID: tarmac-20121001213929-44h8tps7enn469uf
[Diego Sarmentero]

    - Make temp-directory be bytes to avoid path encoding problems.

Show diffs side-by-side

added added

removed removed

Lines of Context:
198
198
                     ['ignore-modules', 'i', '', None],
199
199
                     ['ignore-paths', 'p', '', None],
200
200
                     ['runner', None, 'txrunner', None],
201
 
                     ['temp-directory', None, '_trial_temp', None],
 
201
                     ['temp-directory', None, b'_trial_temp', None],
202
202
                     ]
203
203
 
204
204
    def __init__(self, *args, **kwargs):