Skip to content
Snippets Groups Projects
Unverified Commit 0bd61646 authored by Marco Malavolti's avatar Marco Malavolti Committed by GitHub
Browse files

Update eccs2.py

parent 3099a729
Branches
Tags
No related merge requests found
...@@ -216,7 +216,7 @@ def getDisplayName(display_name): ...@@ -216,7 +216,7 @@ def getDisplayName(display_name):
elem = elem.replace("'","'") elem = elem.replace("'","'")
if '"' in elem: if '"' in elem:
elem = elem.replace('"','\\"') elem = elem.replace('"','\\"')
return elem.split(';')[1] return elem.split(';', 1)[1]
# Append the result of the check on a file # Append the result of the check on a file
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment