Skip to content

Commit 656daf3

Browse files
committed
[bugfix] Avoid UnboundLocalError
1 parent 21d1c12 commit 656daf3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/hiro_batch_client/batchclient.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1054,6 +1054,7 @@ def _request_queue_put(_command: str,
10541054
executor.submit(HiroGraphBatch._reader, self, collected_results)
10551055

10561056
handle_session_data = False
1057+
attributes = None
10571058
for command_entry in command_iter:
10581059
for command, attributes in command_entry.items():
10591060

0 commit comments

Comments
 (0)