# HG changeset patch # User Doug Simon # Date 1421863417 -3600 # Node ID 7e500c20208cffee5097051539950d96f60662f1 # Parent 8e8b4a6a85f5a212756aced017e5aa9c6ab25c74 fixed pylint issue diff -r 8e8b4a6a85f5 -r 7e500c20208c mxtool/mx.py --- a/mxtool/mx.py Wed Jan 21 19:01:13 2015 +0100 +++ b/mxtool/mx.py Wed Jan 21 19:03:37 2015 +0100 @@ -1880,7 +1880,7 @@ # Ideally the command line could be communicated directly in an environment # variable. However, since environment variables share the same resource # space as the command line itself (on Unix at least), this would cause the - # limit to be exceeded too easily. + # limit to be exceeded too easily. _, subprocessCommandFile = tempfile.mkstemp(suffix='', prefix='mx_subprocess_command.') with open(subprocessCommandFile, 'w') as fp: for arg in args: