Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Garulf committed Jan 1, 2024
1 parent 79a4400 commit c0feee4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyflowlauncher/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ def run(self) -> None:
def plugin_root_dir(self) -> Path:
"""Return the root directory of the plugin."""
return Path(sys.argv[0]).parent

def manifest(self) -> PluginManifestSchema:
"""Return the plugin manifest."""
with open(self.plugin_root_dir() / MANIFEST_FILE, 'r', encoding='utf-8') as f:
manifest = json.load(f)
return manifest
return manifest

0 comments on commit c0feee4

Please sign in to comment.