Skip to content

Commit

Permalink
Merge pull request #2326 from albfan/shrink-typo
Browse files Browse the repository at this point in the history
Fix typo in units python script
  • Loading branch information
k-takata committed Nov 15, 2019
2 parents 36ea0d9 + 6ab7d72 commit 240af8d
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 240af8d

Please sign in to comment.