~allenap/checkbox/maas-jobs

« back to all changes in this revision

Viewing changes to plainbox/plainbox/impl/runner.py

"automatic merge by tarmac [r=sylvain-pineau][bug=][author=zkrynicki]"

Show diffs side-by-side

added added

removed removed

Lines of Context:
559
559
        # Use non-internationalized environment
560
560
        env['LANG'] = 'C.UTF-8'
561
561
        # Allow the job to customize anything
562
 
        job.modify_execution_environment(env, self._session_dir,
563
 
                                         self._checkbox_data_dir,
564
 
                                         config)
 
562
        job.modify_execution_environment(
 
563
            env, self._checkbox_data_dir, config)
565
564
        # If a differential environment is requested return only the subset
566
565
        # that has been altered.
567
566
        #