Skip to content

Commit 02085bb

Browse files
committed
Pep8 fix, line too long
1 parent 9e6408d commit 02085bb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pygccxml/parser/project_reader.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,8 @@ def _relink_declarated_types(self, leaved_classes, declarated_types):
522522

523523
name = decl_wrapper_type.declaration._name
524524
if name == "":
525-
# Happens with gcc5, castxml + std=c++11 (see issue #45)
525+
# Happens with gcc5, castxml + std=c++11
526+
# See issue #45
526527
continue
527528
if name.startswith("__vmi_class_type_info_pseudo"):
528529
continue

0 commit comments

Comments
 (0)