瀏覽代碼

Put each path on a new line for readability

Mike Naberezny 11 年之前
父節點
當前提交
d430ef60c4
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      supervisor/options.py

+ 2 - 1
supervisor/options.py

@@ -101,7 +101,8 @@ class Options:
         here = os.path.dirname(os.path.dirname(sys.argv[0]))
         searchpaths = [os.path.join(here, 'etc', 'supervisord.conf'),
                        os.path.join(here, 'supervisord.conf'),
-                       'supervisord.conf', 'etc/supervisord.conf',
+                       'supervisord.conf',
+                       'etc/supervisord.conf',
                        '/etc/supervisord.conf']
         self.searchpaths = searchpaths