diff --git a/utils/utils.py b/utils/utils.py index 4c6848a..534062a 100755 --- a/utils/utils.py +++ b/utils/utils.py @@ -130,7 +130,7 @@ def frame_check(source: Path, encoded: Path, temp, check): json.dump(d, f) else: s1, s2 = [frame_probe(i) for i in (source, encoded)] - if s1 == s2: + if s1 <= s2: doneFileLock.acquire() with status_file.open() as f: d = json.load(f)