Skip to content

Commit

Permalink
Add lacking closing parenthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
rlaboiss committed Apr 7, 2024
1 parent 8a081f5 commit 36ba3f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pelican/plugins/linkclass/test_linkclass.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def setUp(self, override=None):
[{EXTERNAL_REFERENCE_LABEL_HTTP}]: {EXTERNAL_REFERENCE_LINK_HTTP}
[{EXTERNAL_REFERENCE_LABEL_HTTPS}]: {EXTERNAL_REFERENCE_LINK_HTTPS}
"""
""")
# Run the Pelican instance
self.settings = read_settings(override=settings)
pelican = Pelican(settings=self.settings)
Expand Down

0 comments on commit 36ba3f6

Please sign in to comment.