Skip to content

Commit

Permalink
ci: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Feb 2, 2021
1 parent c1d2b39 commit 60b2ba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-recipes/macos_PyJibe.spec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ from pyjibe._version import version

NAME = "PyJibe"

if not exists("./{}Launcher.py".format(NAME):
if not exists("./{}Launcher.py".format(NAME)):
warnings.warn("Cannot find {}Launcher.py'! ".format(NAME) +
"Please run pyinstaller from the 'build-recipes' directory.")

Expand Down

0 comments on commit 60b2ba4

Please sign in to comment.