diff --git a/nac3standalone/demo/src/lists.py b/nac3standalone/demo/src/lists.py index 7bce7f6d..e4d2ffc4 100644 --- a/nac3standalone/demo/src/lists.py +++ b/nac3standalone/demo/src/lists.py @@ -28,8 +28,9 @@ def run() -> int32: m2 = -2 output_int32_list(data[m2::m1]) - get_list_slice() - list_slice_assignment() + # work around https://git.m-labs.hk/M-Labs/nac3/issues/188 + #get_list_slice() + #list_slice_assignment() return 0 def get_list_slice():