We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad91f4b commit f42fc34Copy full SHA for f42fc34
fortls/parsers/internal/ast.py
@@ -251,7 +251,7 @@ def find_child_by_name(parent, name):
251
252
return current
253
254
- def resolve_includes(self, workspace, path: str = None):
+ def resolve_includes(self, workspace, path: str | None = None):
255
file_dir = os.path.dirname(self.path)
256
for inc in self.include_statements:
257
file_path = os.path.normpath(os.path.join(file_dir, inc.path))
0 commit comments