Browse Source

Put each path on a new line for readability

Mike Naberezny 11 năm trước cách đây
mục cha
commit
d430ef60c4
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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