merge-requests/30/head
Bob Mottram 2022-11-28 13:42:37 +00:00
parent f7806a76e8
commit 9b06a99cc8
1 changed files with 1 additions and 1 deletions

View File

@ -227,7 +227,7 @@ def update_moved_actors(base_dir: str, debug: bool) -> None:
try:
with open(following_filename, 'r',
encoding='utf-8') as fp_foll:
following_str - fp_foll.read()
following_str = fp_foll.read()
except OSError:
print('EX: update_moved_actors unable to read ' +
following_filename)