Skip to content

Commit e6feabe

Browse files
committed
fix: pyzes minor bug fixes.
Two structures were not defined correctly. Related-To: NEO-18748 Signed-off-by: Aviral Nigam <aviral.nigam@intel.com>
1 parent 194fd33 commit e6feabe

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

bindings/sysman/python/source/pyzes.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,9 @@ class zes_engine_handle_t(c_void_p):
342342
ZES_STRUCTURE_TYPE_DEVICE_PROPERTIES = 0x1
343343
ZES_STRUCTURE_TYPE_PROCESS_STATE = 0x16
344344
ZES_STRUCTURE_TYPE_DEVICE_EXT_PROPERTIES = 0x2D # from zes_structure_type_t
345-
ZES_STRUCTURE_TYPE_SUBDEVICE_EXP_PROPERTIES = 0x00020004 # Experimental subdevice properties
345+
ZES_STRUCTURE_TYPE_SUBDEVICE_EXP_PROPERTIES = (
346+
0x00020004 # Experimental subdevice properties
347+
)
346348
ZES_STRUCTURE_TYPE_MEM_PROPERTIES = 0xB
347349
ZES_STRUCTURE_TYPE_MEM_STATE = 0x1E
348350
ZES_STRUCTURE_TYPE_FREQ_PROPERTIES = 0x9

0 commit comments

Comments
 (0)