Skip to content

Commit a42ba49

Browse files
committed
Readded repr(foo) to parsers.py
1 parent 9305b3f commit a42ba49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/io/parsers.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -913,8 +913,8 @@ def _get_options_with_defaults(self, engine):
913913
pass
914914
else:
915915
raise ValueError(
916-
f"The {argname} option is not supported with the"
917-
f" {engine} engine"
916+
f"The {repr(argname)} option is not supported with the"
917+
f" {repr(engine)} engine"
918918
)
919919
else:
920920
value = _deprecated_defaults.get(argname, default)

0 commit comments

Comments
 (0)