mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Fix the error message while deleting session.log
This commit is contained in:
parent
0d664cfae5
commit
73a6d1cd78
@ -495,7 +495,7 @@ class Helpers:
|
||||
with contextlib.suppress(FileNotFoundError):
|
||||
os.remove(session_log_file)
|
||||
except Exception as e:
|
||||
Console.error(f"Deleting Session.lock failed with error: {e}")
|
||||
Console.error(f"Deleting logs/session.log failed with error: {e}")
|
||||
|
||||
@staticmethod
|
||||
def get_time_as_string():
|
||||
|
Loading…
Reference in New Issue
Block a user