|
|
@ -419,7 +419,7 @@ def getGogsConf(): |
|
|
|
result = [] |
|
|
|
result = [] |
|
|
|
|
|
|
|
|
|
|
|
for g in gets: |
|
|
|
for g in gets: |
|
|
|
rep = g['name'] + '\s*=\s*(.*)' |
|
|
|
rep = g['name'] + '\\s*=\\s*(.*)' |
|
|
|
tmp = re.search(rep, conf) |
|
|
|
tmp = re.search(rep, conf) |
|
|
|
if not tmp: |
|
|
|
if not tmp: |
|
|
|
continue |
|
|
|
continue |
|
|
|