diff options
author | Kagami Sascha Rosylight <saschanaz@outlook.com> | 2020-06-21 03:34:22 +0200 |
---|---|---|
committer | Kagami Sascha Rosylight <saschanaz@outlook.com> | 2020-06-21 03:34:32 +0200 |
commit | d01648d637a350af0cb81470f956cc5edd18a9a4 (patch) | |
tree | 348d75fe9d3e63fd4bb8ff2506db6606a12e56fd /python/servo/devenv_commands.py | |
parent | c953931621679f37fa31a1dc5f00ebb9f0c204e0 (diff) | |
download | servo-d01648d637a350af0cb81470f956cc5edd18a9a4.tar.gz servo-d01648d637a350af0cb81470f956cc5edd18a9a4.zip |
Fix remaining flake8 warnings
Diffstat (limited to 'python/servo/devenv_commands.py')
-rw-r--r-- | python/servo/devenv_commands.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/servo/devenv_commands.py b/python/servo/devenv_commands.py index bc715205523..abcab4b616d 100644 --- a/python/servo/devenv_commands.py +++ b/python/servo/devenv_commands.py @@ -93,8 +93,8 @@ class MachCommands(CommandBase): help='Updates the selected package') @CommandArgument( '--all-packages', '-a', action='store_true', - help='Updates all packages. NOTE! This is very likely to break your ' + - 'working copy, making it impossible to build servo. Only do ' + + help='Updates all packages. NOTE! This is very likely to break your ' + 'working copy, making it impossible to build servo. Only do ' 'this if you really know what you are doing.') @CommandArgument( '--dry-run', '-d', action='store_true', |