mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Update log.py: revert unecessary if change
This commit is contained in:
parent
1c6821e458
commit
b2d69255ae
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ def _update_log_parent_symlinks():
|
|||
|
||||
name = log_md[: -len(METADATA_FILE_EXT)]
|
||||
parent_symlink = os.path.join(OPERATIONS_PATH, f".{name}.parent.yml")
|
||||
if (os.path.islink(log_md_fullpath) and os.path.realpath(log_md_fullpath) == "/dev/null") or os.path.islink(parent_symlink):
|
||||
if os.path.islink(parent_symlink):
|
||||
continue
|
||||
|
||||
try:
|
||||
|
|
Loading…
Add table
Reference in a new issue