Sandro Bonazzola has uploaded a new change for review.

Change subject: Fix reference to DEFAULT_CONFIGURATION_FILE
......................................................................

Fix reference to DEFAULT_CONFIGURATION_FILE

Change-Id: Ia3835f34fef9644734329da93210e53e9ca99025
Signed-off-by: Sandro Bonazzola <sbona...@redhat.com>
---
M src/__main__.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-log-collector 
refs/changes/48/13148/1

diff --git a/src/__main__.py b/src/__main__.py
index 2476404..c458328 100755
--- a/src/__main__.py
+++ b/src/__main__.py
@@ -243,7 +243,7 @@
         """Loads the user-supplied config file or the system default.
            If the user supplies a bad filename we will stop."""
 
-        conf_file = DEFAULT_CONFIGURATION_FILE
+        conf_file = config.DEFAULT_CONFIGURATION_FILE
 
         if self.options and getattr(self.options, "conf_file"):
             conf_file = self.options.conf_file


--
To view, visit http://gerrit.ovirt.org/13148
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia3835f34fef9644734329da93210e53e9ca99025
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-log-collector
Gerrit-Branch: master
Gerrit-Owner: Sandro Bonazzola <sbona...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to