summaryrefslogtreecommitdiff
path: root/vmdb/runcmd.py
diff options
context:
space:
mode:
Diffstat (limited to 'vmdb/runcmd.py')
-rw-r--r--vmdb/runcmd.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/vmdb/runcmd.py b/vmdb/runcmd.py
index e1d88a5..7ab57de 100644
--- a/vmdb/runcmd.py
+++ b/vmdb/runcmd.py
@@ -33,8 +33,7 @@ def set_verbose_progress(verbose):
def error(msg):
logging.error(msg, exc_info=True)
- if _verbose:
- sys.stderr.write('ERROR: {}\n'.format(msg))
+ sys.stderr.write('ERROR: {}\n'.format(msg))
def progress(msg):