Non-recursive walk

main
Bob Mottram 2023-07-28 13:54:02 +01:00
parent 39553b69a3
commit 1f9ffc56d5
2 changed files with 2 additions and 0 deletions

View File

@ -1189,6 +1189,7 @@ def _notify_moved(base_dir: str, domain_full: str,
except OSError:
print('EX: ERROR: unable to save moved notification ' +
moved_file)
break
def _person_receive_update(base_dir: str,

View File

@ -368,6 +368,7 @@ def load_default_post_languages(base_dir: str) -> {}:
except OSError:
print('EX: Unable to read default post language ' +
default_post_language_filename)
break
return result