summaryrefslogtreecommitdiff
path: root/indra/lib
diff options
context:
space:
mode:
authorAndrey Lihatskiy <alihatskiy@productengine.com>2024-06-10 20:42:42 +0300
committerAndrey Lihatskiy <alihatskiy@productengine.com>2024-06-10 20:45:59 +0300
commitc95b4bf3ea2b681d6d05468b07e60fedb71fa2cf (patch)
treeac48b2f206bd5e00988fb277d7b7b93636cf215f /indra/lib
parente7df06c32b5191a4da5f936fff935785e7f9e01c (diff)
Post-merge - trim trailing whitespace
Diffstat (limited to 'indra/lib')
-rwxr-xr-xindra/lib/python/indra/util/llmanifest.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/lib/python/indra/util/llmanifest.py b/indra/lib/python/indra/util/llmanifest.py
index 20c0e01576..38de9c7cf1 100755
--- a/indra/lib/python/indra/util/llmanifest.py
+++ b/indra/lib/python/indra/util/llmanifest.py
@@ -533,8 +533,8 @@ class LLManifest(object, metaclass=LLManifestRegistry):
return path
def run_command(self, command, **kwds):
- """
- Runs an external command.
+ """
+ Runs an external command.
Raises ManifestError exception if the command returns a nonzero status.
"""
print("Running command:", shlex.join(command))