When flagfile option is omitted, ryu-manager cannot find
"/etc/ryu/ryu.conf".

Signed-off-by: Yoshihiro Kaneko <[email protected]>
---
 ryu/utils.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ryu/utils.py b/ryu/utils.py
index 539b867..18601ec 100644
--- a/ryu/utils.py
+++ b/ryu/utils.py
@@ -37,7 +37,7 @@ def import_module(modname):
     return sys.modules[modname]
 
 
-RYU_DEFAULT_FLAG_FILE = ('ryu.conf', 'etc/ryu/ryu.conf' '/etc/ryu/ryu.conf')
+RYU_DEFAULT_FLAG_FILE = ('ryu.conf', 'etc/ryu/ryu.conf', '/etc/ryu/ryu.conf')
 
 
 def find_flagfile(default_path=RYU_DEFAULT_FLAG_FILE):
-- 
1.7.9.5


------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to