Skip to content
This repository was archived by the owner on May 18, 2019. It is now read-only.

Commit f73af46

Browse files
hkielOpenModelica-Hudson
authored andcommitted
fix link to svg
Belonging to [master]: - #2739
1 parent 743eec1 commit f73af46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Examples/generate_icons.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1147,7 +1147,7 @@ def generateSvg(filename, iconGraphics, includeInvisibleText, warn_duplicates):
11471147
dwg.saveas(hashPath)
11481148
if not os.path.islink(filename):
11491149
try:
1150-
os.symlink(hashName, filename)
1150+
os.symlink(hashPath, filename)
11511151
except OSError as e:
11521152
logger.error('Target file {0} already exists'.format(filename))
11531153
else:

0 commit comments

Comments
 (0)