Skip to content

Commit e8e756d

Browse files
authored
Update migas/operations.py
1 parent 01b8b7a commit e8e756d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

migas/operations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ def _parse_format_params(params: dict, query_args: dict) -> str:
283283
elif qval.name == 'LITERAL':
284284
fval = val
285285
else:
286-
logger.error('Do not know how to handle type %s', qarg.name)
286+
logger.error('Do not know how to handle type %s', qval.name)
287287
fval = ''
288288
query_inputs.append(f'{qarg}:{fval}')
289289

0 commit comments

Comments
 (0)