Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
source
OBSW MOD GENERATOR CORE
Commits
59535b12
Unverified
Commit
59535b12
authored
May 28, 2021
by
Robin Mueller
Browse files
better diagnostic printout
parent
935e7dee
Changes
1
Hide whitespace changes
Inline
Side-by-side
returnvalues/returnvalues_parser.py
View file @
59535b12
...
...
@@ -72,6 +72,7 @@ class InterfaceParser(FileParser):
current_file_table
.
update
({
count
:
[
match
.
group
(
1
),
short_name
]})
if
not
start_matched
:
print
(
"No start match detected when parsing interface files.."
)
print
(
f
"Current file:
{
file_name
}
| Make sure to include a start definition"
)
sys
.
exit
(
1
)
if
not
end_matched
:
print
(
"No end match detected when parsing interface files. Make sure to use [EXPORT] : [END]"
)
...
...
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