Giuseppe Lavagetto has submitted this change and it was merged.

Change subject: Fix typo in threads.py
......................................................................


Fix typo in threads.py

Change-Id: I9c8d3a1926fcd46908c4b6b07e8c206df8615dbd
---
M puppet_compiler/threads.py
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Giuseppe Lavagetto: Verified; Looks good to me, approved



diff --git a/puppet_compiler/threads.py b/puppet_compiler/threads.py
index 17c7228..c2a0e75 100644
--- a/puppet_compiler/threads.py
+++ b/puppet_compiler/threads.py
@@ -36,7 +36,7 @@
                 return
             _log.debug('Executing payload %s', payload)
             try:
-                retval = payload(*args, **kwdargs)
+                retval = payload(*args, **kwargs)
                 msg = Msg(is_error=False, value=retval, args=args, 
kwargs=kwargs)
                 _log.debug(msg)
                 self.out_queue.put(msg)

-- 
To view, visit https://gerrit.wikimedia.org/r/231565
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I9c8d3a1926fcd46908c4b6b07e8c206df8615dbd
Gerrit-PatchSet: 1
Gerrit-Project: operations/software/puppet-compiler
Gerrit-Branch: master
Gerrit-Owner: Giuseppe Lavagetto <[email protected]>
Gerrit-Reviewer: Giuseppe Lavagetto <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to