comparison mxtool/mx.py @ 18891:16ffeae58772

fixed pylint issue
author Doug Simon <doug.simon@oracle.com>
date Tue, 20 Jan 2015 23:18:17 +0100
parents 765bc32a4311
children d199e643f23b
comparison
equal deleted inserted replaced
18890:e7b84fac94c6 18891:16ffeae58772
1867 for arg in args: 1867 for arg in args:
1868 assert isinstance(arg, types.StringTypes), 'argument is not a string: ' + str(arg) 1868 assert isinstance(arg, types.StringTypes), 'argument is not a string: ' + str(arg)
1869 1869
1870 if env is None: 1870 if env is None:
1871 env = os.environ 1871 env = os.environ
1872 1872
1873 env['MX_SUBPROCESS_COMMAND'] = '|'.join(args) 1873 env['MX_SUBPROCESS_COMMAND'] = '|'.join(args)
1874 1874
1875 if _opts.verbose: 1875 if _opts.verbose:
1876 if _opts.very_verbose: 1876 if _opts.very_verbose:
1877 log('Environment variables:') 1877 log('Environment variables:')