From 609e1c13e9d024db3acd1b61cfe48ecd567bc6b3 Mon Sep 17 00:00:00 2001 From: Jed Reynolds Date: Thu, 5 Aug 2021 13:29:20 -0700 Subject: [PATCH] lf_json_autogen.py: fixed syntax errors related to capture_signal_list Signed-off-by: Jed Reynolds --- py-json/LANforge/lf_json_autogen.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/py-json/LANforge/lf_json_autogen.py b/py-json/LANforge/lf_json_autogen.py index 7104a7b6..129ed46f 100644 --- a/py-json/LANforge/lf_json_autogen.py +++ b/py-json/LANforge/lf_json_autogen.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 """----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- - Generated by LANforge JsonApiPythonGenerator, Thu Aug 05 12:33:21 PDT 2021 + Generated by LANforge JsonApiPythonGenerator, Thu Aug 05 13:28:02 PDT 2021 - - WORK IN PROGRESS - - The API this library provides is actively being changed. This file expects to live in py-json/LANforge directory. @@ -19,7 +19,7 @@ class LFJsonGet(LFCliBase): _exit_on_error=False, _exit_on_fail=False, _proxy_str=None, - _capture_signal_list=None + _capture_signal_list=() ): super().__init__(_lfjson_host=lfclient_host, _lfjson_port=lfclient_port, @@ -2248,7 +2248,7 @@ class LFJsonPost(LFCliBase): _exit_on_error=False, _exit_on_fail=False, _proxy_str=None, - _capture_signal_list=None + _capture_signal_list=() ): super().__init__(_lfjson_host=lfclient_host, _lfjson_port=lfclient_port,