Skip to content

Commit

Permalink
Fix typo in units python script
Browse files Browse the repository at this point in the history
  • Loading branch information
albfan committed Nov 15, 2019
1 parent 496721d commit 6ab7d72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/units.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ def run_shrink(cmdline_template, finput, foutput, lang):

print('Shrinking ' + finput + ' as ' + lang)
# fallback to the shell script version
subproces.run([SHELL, script, 'shrink',
subprocess.run([SHELL, script, 'shrink',
'--timeout=1', '--foreground',
cmdline_template, finput, foutput])

Expand Down

0 comments on commit 6ab7d72

Please sign in to comment.