···116 old_source_hash: new_source_hash,
117 })
118119- # We need access to the patched and updated src to get the patched `yarn.lock`.
0120 patched_src = os.path.join(work_dir, "patched-src")
121 subprocess.run(
122 [
···116 old_source_hash: new_source_hash,
117 })
118119+ # We need access to the patched and updated src to get the patched
120+ # `yarn.lock`.
121 patched_src = os.path.join(work_dir, "patched-src")
122 subprocess.run(
123 [