Skip to content

Commit

Permalink
Fix error message to fit the #314
Browse files Browse the repository at this point in the history
  • Loading branch information
Habetdin authored and stefanklug committed Feb 16, 2021
1 parent 8c574c0 commit 90535b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,7 @@ def call_pylon_config(self, *args):
res = subprocess.check_output(params, universal_newlines=True)
except ErrFileNotFound:
msg = (
"Couldn't find pylon. Please install pylon in /opt/pylon5 " +
"Couldn't find pylon. Please install pylon in /opt/pylon " +
"or tell us the installation location using the PYLON_ROOT " +
"env variable"
)
Expand Down

0 comments on commit 90535b4

Please sign in to comment.