Skip to content

Commit b1f2e5d

Browse files
committed
docs: clarify parsing a line of query response
1 parent 9a545ad commit b1f2e5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

influxdb_client/client/flux_csv_parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ async def _parse_flux_response_async(self):
145145

146146
def _parse_flux_response_row(self, metadata, csv):
147147
if len(csv) < 1:
148-
# Response has HTTP status ok, but response is error.
148+
# Skip empty line in results (new line is used as a delimiter between tables or table and error)
149149
pass
150150

151151
elif "error" == csv[1] and "reference" == csv[2]:

0 commit comments

Comments
 (0)