Merge ~sylvain-pineau/checkbox-ng:typo_loaded into checkbox-ng:master

Proposed by Sylvain Pineau
Status: Merged
Approved by: Sylvain Pineau
Approved revision: e3305b9bf402d23c235fd80a35e43aa99ca46e7b
Merged at revision: 4a3d39ba878bd871168eb01c6c0e506a43252e70
Proposed branch: ~sylvain-pineau/checkbox-ng:typo_loaded
Merge into: checkbox-ng:master
Diff against target: 13 lines (+1/-1)
1 file modified
checkbox_ng/launcher/subcommands.py (+1/-1)
Reviewer Review Type Date Requested Status
Sylvain Pineau (community) Approve
Review via email: mp+342447@code.launchpad.net

Description of the change

annoying typo

To post a comment you must log in.
Revision history for this message
Sylvain Pineau (sylvain-pineau) wrote :

sa

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/checkbox_ng/launcher/subcommands.py b/checkbox_ng/launcher/subcommands.py
2index 543f271..c74fd39 100644
3--- a/checkbox_ng/launcher/subcommands.py
4+++ b/checkbox_ng/launcher/subcommands.py
5@@ -224,7 +224,7 @@ class Launcher(Command, MainLoopStage, ReportsStage):
6 additional_providers = ()
7 if os.path.exists(side_load_path):
8 print(self._C.RED(_(
9- "WARNING: using side-loded providers")))
10+ "WARNING: using side-loaded providers")))
11 os.environ['PROVIDERPATH'] = ''
12 embedded_providers = EmbeddedProvider1PlugInCollection(
13 side_load_path)

Subscribers

People subscribed via source and target branches