Commit 1c660a00 authored by Jérome Perrin's avatar Jérome Perrin

don't make the usual path mistake in comments


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44533 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 9c4d696c
......@@ -130,7 +130,7 @@ class ExplanationCache:
updatePathDict(simulation_movement)
# Build result by browsing path_dict and
# assembling path '/erp5/portal_simulation/1/34/23/43%'
# assembling path '/erp5/portal_simulation/1/34/23/43/%'
result = []
def browsePathDict(prefix, local_path_dict):
for key, value in local_path_dict.items():
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment