diff sat/tools/common/async_process.py @ 3573:813595f88612

merge changes from main branch
author Goffi <goffi@goffi.org>
date Thu, 17 Jun 2021 13:05:58 +0200
parents 04283582966f
children 25cbaf047728
line wrap: on
line diff
--- a/sat/tools/common/async_process.py	Thu Jun 03 15:21:43 2021 +0200
+++ b/sat/tools/common/async_process.py	Thu Jun 17 13:05:58 2021 +0200
@@ -76,7 +76,7 @@
     def processEnded(self, reason):
         data = b''.join(self.data)
         if (reason.value.exitCode == 0):
-            log.debug(_(f'{self.command_name!r} command succeed'))
+            log.debug(f'{self.command_name!r} command succeed')
             # we don't use "replace" on purpose, we want an exception if decoding
             # is not working properly
             self._deferred.callback(data)