Skip to content

Commit

Permalink
Fixed the overlapping display issue of connectors (#6729)
Browse files Browse the repository at this point in the history
* Write errors when icon generator test fails

* Use a newer build-deps for the latest OMPython

* Update the test output

* Fixes ticket:6104

Co-authored-by: Martin Sjölund <martin.sjolund@liu.se>
  • Loading branch information
adeas31 and sjoelund committed Sep 7, 2020
1 parent f694016 commit dfcb35f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Expand Up @@ -463,7 +463,7 @@ pipeline {
stage('test-clang-icon-generator') {
agent {
docker {
image 'docker.openmodelica.org/build-deps:v1.16'
image 'docker.openmodelica.org/build-deps:v1.16.2'
label 'linux'
args "--mount type=volume,source=runtest-clang-icon-generator,target=/cache/runtest " +
"--mount type=volume,source=omlibrary-cache,target=/cache/omlibrary " +
Expand Down
1 change: 1 addition & 0 deletions OMCompiler/Examples/generate_icons.py
Expand Up @@ -112,6 +112,7 @@ def ask_omc(question, opt=None, parsed=True):
try:
if parsed:
res = omc.execute(expression)
omc.clearOMParserResult()
else:
res = omc.sendExpression(expression, parsed=False)
except Exception as e:
Expand Down

0 comments on commit dfcb35f

Please sign in to comment.