Skip to content

Commit 2816f5b

Browse files
authored
Break line that the linter doesn't like. (#87)
1 parent 6cbe5d2 commit 2816f5b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/robot_upstart/install_script.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ def get_argument_parser():
4646
help="Package and path to install job launch files from. " +
4747
DESC_PKGPATH)
4848
p.add_argument("--job", type=str,
49-
help="Specify job name. If unspecified, will be constructed from package name (first element before underscore is taken, e.g. 'myrobot' if the package name is 'myrobot_bringup').")
49+
help="Specify job name. If unspecified, will be constructed from package name (first " +
50+
"element before underscore is taken, e.g. 'myrobot' if the package name is 'myrobot_bringup').")
5051
p.add_argument("--interface", type=str, metavar="ethN",
5152
help="Specify network interface name to associate job with.")
5253
p.add_argument("--user", type=str, metavar="NAME",

0 commit comments

Comments
 (0)