Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
A
arpeggio-gm
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
backend
arpeggio-gm
Commits
e8bec15a
Commit
e8bec15a
authored
Sep 06, 2014
by
Igor Dejanovic
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix in the nm_raise
parent
3e78d4b9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
__init__.py
arpeggio/__init__.py
+2
-1
No files found.
arpeggio/__init__.py
View file @
e8bec15a
...
@@ -71,7 +71,8 @@ class NoMatch(Exception):
...
@@ -71,7 +71,8 @@ class NoMatch(Exception):
self
.
exp_str
=
self
.
rule
.
_exp_str
self
.
exp_str
=
self
.
rule
.
_exp_str
elif
self
.
rule
.
root
:
elif
self
.
rule
.
root
:
self
.
exp_str
=
rule
.
rule_name
self
.
exp_str
=
rule
.
rule_name
elif
isinstance
(
self
.
rule
,
Match
):
elif
isinstance
(
self
.
rule
,
Match
)
and
\
not
isinstance
(
self
.
rule
,
EndOfFile
):
self
.
exp_str
=
rule
.
to_match
self
.
exp_str
=
rule
.
to_match
else
:
else
:
self
.
exp_str
=
self
.
rule
.
name
self
.
exp_str
=
self
.
rule
.
name
...
...
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