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
diff --git a/checkbox_ng/launcher/subcommands.py b/checkbox_ng/launcher/subcommands.py
index 543f271..c74fd39 100644
--- a/checkbox_ng/launcher/subcommands.py
+++ b/checkbox_ng/launcher/subcommands.py
@@ -224,7 +224,7 @@ class Launcher(Command, MainLoopStage, ReportsStage):
224 additional_providers = ()224 additional_providers = ()
225 if os.path.exists(side_load_path):225 if os.path.exists(side_load_path):
226 print(self._C.RED(_(226 print(self._C.RED(_(
227 "WARNING: using side-loded providers")))227 "WARNING: using side-loaded providers")))
228 os.environ['PROVIDERPATH'] = ''228 os.environ['PROVIDERPATH'] = ''
229 embedded_providers = EmbeddedProvider1PlugInCollection(229 embedded_providers = EmbeddedProvider1PlugInCollection(
230 side_load_path)230 side_load_path)

Subscribers

People subscribed via source and target branches