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
thorsummoner
ttt_terrorcon
Commits
816e5d25
Commit
816e5d25
authored
Aug 08, 2021
by
dylan grafmyre
Browse files
fix error report bug
parent
997f22c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
contrib/supervise-v
View file @
816e5d25
...
...
@@ -76,7 +76,7 @@ class Argset:
'vrad'
:
BspCompileArgset
,
}
if
bin_name
not
in
BINMAP
:
raise
NotImplementedError
(
'no argset supervisor for bin
%r
'
.
format
(
bin_name
))
raise
NotImplementedError
(
'no argset supervisor for bin
{!r}
'
.
format
(
bin_name
))
logging
.
info
(
'Argset for %r'
,
bin_name
)
return
BINMAP
[
bin_name
](
argv
)
...
...
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