Skip to content

Commit 05ea7af

Browse files
committed
fix 2
1 parent 72a41f8 commit 05ea7af

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

oclp_r/sys_patch/patchsets/hardware/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
from ....support import translate_language
1717
from oclp_r import constants
1818

19-
trans=translate_language.TranslateLanguage_sys_patch.hardware(Constants())
19+
trans=translate_language.TranslateLanguage_sys_patch(Constants()).hardware()
2020
class HardwareVariant(StrEnum):
2121
"""
2222
Hardware variant for patch set

0 commit comments

Comments
 (0)