sonarr: fix lint error in update script

This commit is contained in:
Niklas Korz
2025-02-15 12:38:00 +01:00
parent bc5f673509
commit 462106e397
+2 -1
View File
@@ -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(
[