Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Overdrivr committed Mar 26, 2019
1 parent fa22fdd commit 22b6f6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moviepy/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def try_cmd(cmd):
print('Modified params: {}'.format(popen_params))
print('Modified base cmd: {}'.format(cmd))

proc = sp.Popen(cmd, executable **popen_params)
proc = sp.Popen(cmd, **popen_params)
proc.communicate()
except Exception as err:
print(err)
Expand Down

0 comments on commit 22b6f6d

Please sign in to comment.