Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/devbot
diff options
context:
space:
mode:
Diffstat (limited to 'devbot')
-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