summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xfirstaidkit2
1 files changed, 1 insertions, 1 deletions
diff --git a/firstaidkit b/firstaidkit
index 2c23c51..95ed86e 100755
--- a/firstaidkit
+++ b/firstaidkit
@@ -183,7 +183,7 @@ if __name__=="__main__":
singlerun = Tasker(Config)
- if not Config.operation.verbose:
+ if Config.operation.verbose=="False":
outputThread = Output(singlerun.reporting())
else:
outputThread = Output(singlerun.reporting(), importance = 0)