indico: I'm dumb
Signed-off-by: Jeltz <jeltz@federez.net>
This commit is contained in:
parent
b1039a6859
commit
6b529aeb16
1 changed files with 2 additions and 2 deletions
|
@ -9,8 +9,8 @@ PROLOGUE = (
|
||||||
"import functools as _functools\n"
|
"import functools as _functools\n"
|
||||||
"@_functools.cache\n"
|
"@_functools.cache\n"
|
||||||
"def _read_file(name):\n"
|
"def _read_file(name):\n"
|
||||||
" with open(name) as f:\n"
|
" with open(name) as fd:\n"
|
||||||
" return name\n"
|
" return fd.read()\n"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue