Skip to content
This repository has been archived by the owner on Oct 16, 2023. It is now read-only.

Commit

Permalink
gh-20 - test travis fails build if python fails
Browse files Browse the repository at this point in the history
  • Loading branch information
p013570 committed Jun 16, 2017
1 parent 27f4565 commit 26c852b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions python-shell/src/example.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,11 +199,12 @@ def add_elements(gc):
}
),
g.Edge(
group='RoadHasJunction',
# TODO remove this deliberate typo
group='Unknown group!',
source='M1',
destination='M1:1',
directed=True,
properties={}
property={}
)
]
)
Expand All @@ -228,7 +229,8 @@ def get_elements(gc):
view=g.View(
edges=[
g.ElementDefinition(
group='RoadUse',
# TODO remove this deliberate typo
group='Unknown group!',
transient_properties=[
g.Property('description', 'java.lang.String')
],
Expand Down

0 comments on commit 26c852b

Please sign in to comment.