We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0820e44 commit 35a17a3Copy full SHA for 35a17a3
1 file changed
adk/ADK.py
@@ -94,7 +94,7 @@ def process_local(self, local_payload, pprint):
94
95
def init(self, local_payload=None, pprint=print):
96
self.load()
97
- if self.is_local and local_payload:
+ if self.is_local and local_payload is not None:
98
if self.loading_exception:
99
load_error = create_exception(self.loading_exception, loading_exception=True)
100
self.write_to_pipe(load_error, pprint=pprint)
0 commit comments