Show More
@@ -182,7 +182,7 b' class localcommandexecutor(object):' | |||||
182 | f = pycompat.futures.Future() |
|
182 | f = pycompat.futures.Future() | |
183 |
|
183 | |||
184 | try: |
|
184 | try: | |
185 | result = fn(**args) |
|
185 | result = fn(**pycompat.strkwargs(args)) | |
186 | except Exception: |
|
186 | except Exception: | |
187 | pycompat.future_set_exception_info(f, sys.exc_info()[1:]) |
|
187 | pycompat.future_set_exception_info(f, sys.exc_info()[1:]) | |
188 | else: |
|
188 | else: |
General Comments 0
You need to be logged in to leave comments.
Login now