~cjwatson/mojo/snap-exclude-systemd

« back to all changes in this revision

Viewing changes to mojo/juju/check.py

  • Committer: mergebot at canonical
  • Author(s): "Tom Haddon"
  • Date: 2021-02-03 08:37:37 UTC
  • mfrom: (572.2.1 string-concat)
  • Revision ID: mergebot@juju-139df4-prod-is-toolbox-0.canonical.com-20210203083737-ifqic8btebmz3d3n
Remove spurious string concatenation

Reviewed-on: https://code.launchpad.net/~mthaddon/mojo/string-concat/+merge/397128
Reviewed-by: Stuart Bishop <stuart.bishop@canonical.com>

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
        "-f",
19
19
        "--file",
20
20
        dest="status_file",
21
 
        help="A yaml status file, if unspecified status is" + "pulled from the environment.",
 
21
        help="A yaml status file, if unspecified status is pulled from the environment.",
22
22
    )
23
23
 
24
24
    sp = parser.add_subparsers(title="checks", dest="check_name")