Update comment

This commit is contained in:
Dante Calderon 2022-12-05 20:37:57 -05:00
parent 2e1dd1f316
commit 285022ef29
No known key found for this signature in database
GPG Key ID: AE180661805A42AD
1 changed files with 1 additions and 2 deletions

View File

@ -112,8 +112,7 @@ if __name__ == '__main__':
if(OPTIONS.reload):
# Reload only is executed when exist at least one window,
# Check if exist another way to know if master process is not active.
dbg('reload option, killing app')
# if not there is nothing to reload
sys.exit()
except ipc.DBusException: