mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fix broken extract_dependencies script
This commit is contained in:
parent
3280dba5be
commit
99c9e80d9f
@ -79,7 +79,6 @@ def main():
|
|||||||
# One-line
|
# One-line
|
||||||
if not match and re.match(r"\s+requiredAddons\[\]\ = {.+?};", line):
|
if not match and re.match(r"\s+requiredAddons\[\]\ = {.+?};", line):
|
||||||
data += get_dependencies(line)
|
data += get_dependencies(line)
|
||||||
print(get_dependencies(line))
|
|
||||||
break
|
break
|
||||||
# Multi-line
|
# Multi-line
|
||||||
else:
|
else:
|
||||||
|
Loading…
Reference in New Issue
Block a user