changeset 18900:7e500c20208c

fixed pylint issue
author Doug Simon <doug.simon@oracle.com>
date Wed, 21 Jan 2015 19:03:37 +0100
parents 8e8b4a6a85f5
children 06536c3846e7
files mxtool/mx.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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: