Skip to content

Commit 8c8dc2e

Browse files
committed
Fix more build errors
1 parent f0ae282 commit 8c8dc2e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

icons/inkscape.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ def run(source,dest,height):
1111
try:
1212
subprocess.run(['inkscape' \
1313
,'--export-png='+dest \
14-
,('-h %d')%height
14+
,'-h'
15+
,str(height)
1516
,source] \
1617
,check=True \
1718
,stdout=subprocess.DEVNULL)

0 commit comments

Comments
 (0)