Alon Bar-Lev has uploaded a new change for review.

Change subject: config: fixup default config locaiton
......................................................................

config: fixup default config locaiton

Change-Id: I643659e908f2d970299f320e3a4ee5aba05d71f5
Signed-off-by: Alon Bar-Lev <alon.bar...@gmail.com>
---
M src/__main__.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-log-collector 
refs/changes/44/13144/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/13144
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I643659e908f2d970299f320e3a4ee5aba05d71f5
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-log-collector
Gerrit-Branch: master
Gerrit-Owner: Alon Bar-Lev <alo...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to