Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SADAPMAP
Interface
Commits
002c602a
Commit
002c602a
authored
Jan 14, 2020
by
Pedro Henrique Kopper
Browse files
Fix fatal call on logger
parent
f9982b09
Changes
1
Hide whitespace changes
Inline
Side-by-side
threads/MainThread.py
View file @
002c602a
...
...
@@ -54,7 +54,7 @@ class MainThread():
def
_log
(
self
,
tag
,
msg
):
self
.
ui
.
consoleView
.
setText
(
"{} {}
\n
{}"
.
format
(
tag
,
msg
,
self
.
ui
.
consoleView
.
text
()))
if
"FATAL"
in
tag
:
_fatal
(
msg
)
self
.
_fatal
(
msg
)
def
_playPause
(
self
):
if
self
.
graph
.
running
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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