Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bis-aria
ariaec
Commits
ba11d75c
Commit
ba11d75c
authored
Nov 28, 2018
by
Fabrice ALLAIN
Browse files
Update aria/core/ariabase.py
parent
bf0cac53
Changes
1
Hide whitespace changes
Inline
Side-by-side
aria/core/ariabase.py
View file @
ba11d75c
...
...
@@ -265,7 +265,7 @@ class AriaBaseClass:
if
self
.
__class__
.
display_debug
:
self
.
message
(
msg
,
prefix
=
'DEBUG'
)
def
error
(
self
,
exception
=
None
,
error
=
''
,
msg
=
None
):
def
error
(
self
,
exception
=
None
,
error
=
''
,
msg
=
""
):
"""
Error log
...
...
@@ -286,7 +286,7 @@ class AriaBaseClass:
import
inspect
msg
=
msg
if
msg
else
''
msg
=
str
(
msg
)
if
msg
else
''
if
exception
is
None
:
exception
=
Exception
...
...
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