Merge branch 'master' into development

This commit is contained in:
2023-06-02 18:38:54 +02:00
4 changed files with 21 additions and 19 deletions

View File

@ -522,9 +522,10 @@ class Backup:
except NameError:
pass
else:
_notify('Backup finished')
return 0
try:
_notify('Backup finished')
except NameError:
pass
def _parse_arguments():