Skip to content

Commit

Permalink
post-merge fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Avasam committed Jun 4, 2024
1 parent df5f4ea commit 111ce60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion com/win32com/client/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ def MakeDispatchFuncMethod(self, entry, name, bMakeClass=1):
s += f"{linePrefix}\treturn ret"
elif rd == pythoncom.VT_BSTR:
s = f"{linePrefix}\t# Result is a Unicode object\n"
s += "{}\treturn self._oleobj_.InvokeTypes({}, LCID, {}, {}, {}{})".format(
s += "{}\treturn self._oleobj_.InvokeTypes({}, LCID, {}, {}, {!r}{})".format(
linePrefix,
id,
fdesc[4],
Expand Down

0 comments on commit 111ce60

Please sign in to comment.