Skip to content
Snippets Groups Projects
Commit 2ca3d682 authored by Sybren A. Stüvel's avatar Sybren A. Stüvel
Browse files

Added missing 'await'

parent 5cf23b76
No related branches found
No related tags found
No related merge requests found
......@@ -1126,7 +1126,7 @@ class ConcatenateVideosCommand(AbstractFFmpegCommand):
self.index_file.unlink()
except IOError:
msg = f'unable to unlink file {self.index_file}, ignoring'
self.worker.register_log(msg)
await self.worker.register_log(msg)
self._log.warning(msg)
def ffmpeg_args(self, settings: Settings) -> typing.List[str]:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment