mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-11-25 19:30:04 +01:00
simplification
This commit is contained in:
parent
d931b656f8
commit
bb25f417f8
@ -45,7 +45,7 @@ def bibunitscan(self):
|
||||
nodes = []
|
||||
if not node: return nodes
|
||||
|
||||
code = Utils.readf(node.abspath())
|
||||
code = node.read()
|
||||
|
||||
for match in re_bibunit.finditer(code):
|
||||
path = match.group('file')
|
||||
|
Loading…
Reference in New Issue
Block a user