Skip to content

Commit

Permalink
Remove unnecessary backticks
Browse files Browse the repository at this point in the history
  • Loading branch information
arash77 committed Jun 13, 2024
1 parent 7aa1c45 commit 0152c6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy_social.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def init_plugin(self, plugin: str):
self.plugins[plugin] = plugin_class(**config)
except Exception as e:
raise Exception(
f"Invalid config for {module_path}.{class_name}.\nChange configs in `plugins.yml`.\n{e}"
f"Invalid config for {module_path}.{class_name}.\nChange configs in plugins.yml.\n{e}"
)

def lint_markdown_file(self, file_path):
Expand Down

0 comments on commit 0152c6f

Please sign in to comment.