Skip to content

Commit

Permalink
Support RobotFramework 7
Browse files Browse the repository at this point in the history
Reflects an API change.

TODO: Looks like `LibraryDocumentation` is the perferred API
  • Loading branch information
jstvz committed Mar 28, 2024
1 parent 0d0d4da commit 46de2f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cumulusci/tasks/robotframework/libdoc.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def _run_task(self):
if library_name.endswith(".robot"):
libdoc = ResourceDocBuilder().build(library_name)
else:
libdoc = DocumentationBuilder(library_name).build(library_name)
libdoc = DocumentationBuilder().build(library_name)
kwfile.add_keywords(libdoc)

# if we get here, we were able to process the file correctly
Expand Down

0 comments on commit 46de2f1

Please sign in to comment.