This commit is contained in:
Kovid Goyal 2015-12-21 21:35:16 +05:30
parent 83988df64a
commit c98dc668ef

View File

@ -110,7 +110,7 @@ def run_optimizer(file_path, cmd, as_filter=False, input_data=None):
return raw return raw
else: else:
if as_filter: if as_filter:
outw.join(60.0) outw.join(60.0), inw.join(60.0)
try: try:
sz = os.path.getsize(outfile) sz = os.path.getsize(outfile)
except EnvironmentError: except EnvironmentError: