Commit 462106e3 authored by Niklas Korz's avatar Niklas Korz
Browse files

sonarr: fix lint error in update script

parent bc5f6735
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -116,7 +116,8 @@ with tempfile.TemporaryDirectory() as work_dir:
        old_source_hash: new_source_hash,
    })

    # We need access to the patched and updated src to get the patched `yarn.lock`.
    # We need access to the patched and updated src to get the patched
    # `yarn.lock`.
    patched_src = os.path.join(work_dir, "patched-src")
    subprocess.run(
        [