aboutsummaryrefslogtreecommitdiff
path: root/ipsutils/task.py
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2013-12-23 13:12:05 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2013-12-23 13:12:05 -0500
commitcdf662542011453726507eed0dd6e54b0a3be0d0 (patch)
tree499e49a902a295b9cfceeeb5f28f6eb51e0d70ff /ipsutils/task.py
parent99dd411cb051db8ba4913f0df02cac300c635433 (diff)
downloadipsutils-cdf662542011453726507eed0dd6e54b0a3be0d0.tar.gz
Use native shell trace. Fix templating bug. Fix BUILD dir extract into root bug.
Diffstat (limited to 'ipsutils/task.py')
-rw-r--r--ipsutils/task.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipsutils/task.py b/ipsutils/task.py
index aa0166c..b435d5d 100644
--- a/ipsutils/task.py
+++ b/ipsutils/task.py
@@ -103,7 +103,7 @@ class Task(object):
if not self.name:
raise TaskException("Unnamed task in: {}".format(self.__class__.__name__))
- print("+ Running task: {0:s}".format(self.name))
+ print("> Running task: {0:s}".format(self.name))
status = self.task()
return status