mirror of https://gitlab.com/bashrc2/epicyon
Typo
parent
f7806a76e8
commit
9b06a99cc8
|
@ -227,7 +227,7 @@ def update_moved_actors(base_dir: str, debug: bool) -> None:
|
||||||
try:
|
try:
|
||||||
with open(following_filename, 'r',
|
with open(following_filename, 'r',
|
||||||
encoding='utf-8') as fp_foll:
|
encoding='utf-8') as fp_foll:
|
||||||
following_str - fp_foll.read()
|
following_str = fp_foll.read()
|
||||||
except OSError:
|
except OSError:
|
||||||
print('EX: update_moved_actors unable to read ' +
|
print('EX: update_moved_actors unable to read ' +
|
||||||
following_filename)
|
following_filename)
|
||||||
|
|
Loading…
Reference in New Issue