mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Update src/yunohost/app.py
Co-authored-by: ljf (zamentur) <zamentur@users.noreply.github.com>
This commit is contained in:
parent
f23982b460
commit
9d64e850b8
1 changed files with 1 additions and 1 deletions
|
@ -3638,7 +3638,7 @@ def _patch_legacy_helpers(app_folder):
|
||||||
|
|
||||||
try:
|
try:
|
||||||
content = read_file(filename)
|
content = read_file(filename)
|
||||||
except Exception:
|
except MoulinetteError:
|
||||||
continue
|
continue
|
||||||
|
|
||||||
replaced_stuff = False
|
replaced_stuff = False
|
||||||
|
|
Loading…
Add table
Reference in a new issue