From f31a3285552287cdaf5b66ea41851d1c11424c67 Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Mon, 19 Nov 2012 08:36:35 +0000 Subject: Pass around interactive --- 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 -- cgit v0.9.1