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