Skip to content

Commit

Permalink
removed additional ' (Zulko#1693)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nex4rius authored and zpavloudis committed May 22, 2022
1 parent f49f9c3 commit 50c4bc5
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 @@ -74,7 +74,7 @@ def try_cmd(cmd):
encoding="utf-8",
).split("\n")[0]
IMAGEMAGICK_BINARY = sp.check_output( # pragma: no cover
rf'dir /B /S "C:\Program Files\{imagemagick_path}\''
rf'dir /B /S "C:\Program Files\{imagemagick_path}\\'
f'*{imagemagick_filename}"',
shell=True,
encoding="utf-8",
Expand Down

0 comments on commit 50c4bc5

Please sign in to comment.