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
PoroCYon
oidos
Commits
412cada9
Commit
412cada9
authored
Apr 07, 2017
by
Aske Simon Christensen
Browse files
Fixed error message
parent
d7884423
Changes
1
Hide whitespace changes
Inline
Side-by-side
convert/OidosConvert.py
View file @
412cada9
...
...
@@ -274,7 +274,7 @@ class Track:
prev
=
note
if
not
prev
.
off
:
raise
InputException
(
"Track '%s' column %d pattern %d line %d: Note not terminated (insert OFF)"
%
name
,
column
,
prev
.
pat
,
prev
.
patline
)
raise
InputException
(
"Track '%s' column %d pattern %d line %d: Note not terminated (insert OFF)"
%
(
name
,
column
,
prev
.
pat
,
prev
.
patline
)
)
if
len
(
self
.
note_lengths
)
==
1
:
for
l
in
self
.
note_lengths
:
...
...
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