forked from macports/macports-ports
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2c4a2de
commit ec06943
Showing
2 changed files
with
14 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- sipbuild/generator/outputs/code.py Thu Nov 30 09:55:35 2023 +0000 | ||
+++ sipbuild/generator/outputs/code.py Thu Nov 30 21:16:18 2023 +0000 | ||
@@ -8408,7 +8408,7 @@ | ||
else: | ||
is_first = True | ||
|
||
- if klass.docstring is None or klass.docstring.signature is not SocstringSignature.DISCARDED: | ||
+ if klass.docstring is None or klass.docstring.signature is not DocstringSignature.DISCARDED: | ||
for ctor in klass.ctors: | ||
if ctor.access_specifier is AccessSpecifier.PRIVATE: | ||
continue |