Skip to content
This repository has been archived by the owner on Jun 25, 2020. It is now read-only.

Commit

Permalink
style fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Yen committed Jan 31, 2019
1 parent a7ea92c commit 8fc938c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/wstool/wstool_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,8 @@ def main():
from .common import MultiProjectException
sys.exit(wstool_main(sys.argv))
except ImportError as exc:
sys.exit("ERROR: Cannot find required rosinstall library version, \
check your installation (also of vcstools) is up-to-date. One frequent cause \
is that rosinstall 0.5 is still installed in /usr/local/lib.\n%s" % exc)
sys.exit("ERROR: Cannot find required rosinstall library version, "
"check your installation (also of vcstools) is up-to-date. One frequent cause "
"is that rosinstall 0.5 is still installed in /usr/local/lib.\n%s" % exc)
except MultiProjectException as mpe:
sys.exit("ERROR in config: %s" % str(mpe))

0 comments on commit 8fc938c

Please sign in to comment.