Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
beat
beat.backend.python
Commits
3ac4751a
Commit
3ac4751a
authored
Jul 12, 2019
by
Samuel GAIST
Browse files
[dataformat] Make export error message more verbose
parent
317172f6
Changes
1
Hide whitespace changes
Inline
Side-by-side
beat/backend/python/dataformat.py
View file @
3ac4751a
...
...
@@ -515,7 +515,7 @@ class DataFormat(object):
raise
RuntimeError
(
"dataformat has no name"
)
if
not
self
.
valid
:
raise
RuntimeError
(
"dataformat is not valid
"
)
raise
RuntimeError
(
"dataformat is not valid
:
\n
{}"
.
format
(
self
.
errors
)
)
if
prefix
==
self
.
prefix
:
raise
RuntimeError
(
...
...
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