Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Lars Kruse
aura-engine
Commits
1dc879c0
Commit
1dc879c0
authored
May 05, 2021
by
David Trattnig
Browse files
Fixed log. #72
parent
a1a97d34
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/scheduling/scheduler.py
View file @
1dc879c0
...
...
@@ -112,7 +112,7 @@ class AuraScheduler(threading.Thread):
self
.
queue_programme
()
except
Exception
as
e
:
self
.
logger
.
critical
(
SU
.
red
(
f
"Unhandled error while fetching & scheduling new programme! (
{
str
(
e
)
}
)"
)
,
e
)
self
.
logger
.
critical
(
SU
.
red
(
f
"Unhandled error while fetching & scheduling new programme! (
{
str
(
e
)
}
)"
))
# Keep on working anyway
EngineExecutor
.
log_commands
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment