Fix format

This commit is contained in:
Kay0u 2020-03-30 23:08:12 +02:00
parent 85d48ae07d
commit cba7c7e209
No known key found for this signature in database
GPG key ID: AE1DCADB6415A156

View file

@ -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