Skip to content

Commit e40456d

Browse files
committed
fix TypeError
1 parent 612e9a8 commit e40456d

File tree

1 file changed

+1
-1
lines changed
  • oclp_r/sys_patch/patchsets/hardware/misc

1 file changed

+1
-1
lines changed

oclp_r/sys_patch/patchsets/hardware/misc/Launch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def _modern_audio_patches(self) -> dict:
6666
},
6767
"/System/Applications": {
6868
"Apps.app": f"{self._constants.launchpad_version}",
69-
"Launchpad.app": f"{self._constants.launchpad_version}" if f"{self._constants.launchpad_version}" != f"26.0 Beta 4" else {},
69+
**({"Launchpad.app": f"{self._constants.launchpad_version}"} if f"{self._constants.launchpad_version}" != "26.0 Beta 4" else {}),
7070
},
7171
},
7272
},

0 commit comments

Comments
 (0)