mirror of https://gitlab.com/bashrc2/epicyon
Non-recursive walk
parent
39553b69a3
commit
1f9ffc56d5
1
inbox.py
1
inbox.py
|
@ -1189,6 +1189,7 @@ def _notify_moved(base_dir: str, domain_full: str,
|
||||||
except OSError:
|
except OSError:
|
||||||
print('EX: ERROR: unable to save moved notification ' +
|
print('EX: ERROR: unable to save moved notification ' +
|
||||||
moved_file)
|
moved_file)
|
||||||
|
break
|
||||||
|
|
||||||
|
|
||||||
def _person_receive_update(base_dir: str,
|
def _person_receive_update(base_dir: str,
|
||||||
|
|
|
@ -368,6 +368,7 @@ def load_default_post_languages(base_dir: str) -> {}:
|
||||||
except OSError:
|
except OSError:
|
||||||
print('EX: Unable to read default post language ' +
|
print('EX: Unable to read default post language ' +
|
||||||
default_post_language_filename)
|
default_post_language_filename)
|
||||||
|
break
|
||||||
return result
|
return result
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue