mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
License & doc generator
This commit is contained in:
parent
02ebcb8c32
commit
c9179d33c7
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ def main():
|
|||
else:
|
||||
f.write(line)
|
||||
|
||||
if re.search(r'^def '+ category +'_'+ action, line):
|
||||
if re.search(r'^def '+ category +'_'+ action +'(', line):
|
||||
in_block = True
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue