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
|
||||
if not match and re.match(r"\s+requiredAddons\[\]\ = {.+?};", line):
|
||||
data += get_dependencies(line)
|
||||
print(get_dependencies(line))
|
||||
break
|
||||
# Multi-line
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user