Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
OpenGEODE
Commits
05c144b1
Commit
05c144b1
authored
Jul 27, 2015
by
Maxime Perrotin
Browse files
Fix indentation
parent
4f3adceb
Changes
1
Hide whitespace changes
Inline
Side-by-side
opengeode/Pr.py
View file @
05c144b1
...
...
@@ -77,10 +77,10 @@ def parse_scene(scene, full_model=False):
Indent
.
indent
+=
1
routes
.
append
(
to_txt
)
Indent
.
indent
-=
1
Indent
.
indent
-=
1
channels
.
append
(
'ENDCHANNEL;'
)
Indent
.
indent
+=
1
routes
.
append
(
'CONNECT c AND r;'
)
Indent
.
indent
-=
1
channels
.
append
(
'ENDCHANNEL;'
)
Indent
.
indent
+=
1
routes
.
append
(
'CONNECT c AND r;'
)
Indent
.
indent
-=
1
pr_data
.
extend
(
channels
)
...
...
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