Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-11-19 08:36:35 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-11-19 08:36:35 (GMT)
commitf31a3285552287cdaf5b66ea41851d1c11424c67 (patch)
tree6895fcc29db1fb52e82e7d531fb6553dd08e7dc8
parent84c02682fc6cc5f68c7763a355054187d864bc99 (diff)
Pass around interactive
-rw-r--r--devbot/distro.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/devbot/distro.py b/devbot/distro.py
index c432c08..a3fc9a6 100644
--- a/devbot/distro.py
+++ b/devbot/distro.py
@@ -4,7 +4,7 @@ import subprocess
from devbot import command
class FedoraPackageManager:
- def __init__(self, test=False, interactive=True):
+ def __init__(self, test=False, interactive=interactive):
self._test = test
self._interactive = interactive