mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
Fix format
This commit is contained in:
parent
85d48ae07d
commit
cba7c7e209
1 changed files with 4 additions and 1 deletions
|
@ -48,7 +48,10 @@ class AsynchronousFileReader(Process):
|
|||
# the buffer
|
||||
data += os.read(self._fd, 50)
|
||||
except Exception as e:
|
||||
print("from moulinette.utils.stream: could not read file descriptor : %s" % str(e))
|
||||
print(
|
||||
"from moulinette.utils.stream: could not read file descriptor : %s"
|
||||
% str(e)
|
||||
)
|
||||
continue
|
||||
|
||||
# If nobody's writing in there anymore, get out
|
||||
|
|
Loading…
Reference in a new issue