haha

Results 1 issues of haha

def _should_overwrite(self): dirname = os.path.dirname(self._output_filepath) self._dir_files = ( [file for file in os.listdir(dirname)] if dirname else [file for file in os.listdir()] ) if "-y" not in self._ffmpeg_args and self._output_filepath in...