Skip to content
Snippets Groups Projects
Commit b52170be authored by Benjamin Wingfield's avatar Benjamin Wingfield
Browse files

rename hattivatti -> pyvatti

parent cf8e3620
No related branches found
No related tags found
No related merge requests found
[tool.poetry] [tool.poetry]
name = "hattivatti" name = "pyvatti"
version = "0.1.0" version = "0.1.0"
description = "A job submitter for the INTERVENE platform" description = "A job submitter for the INTERVENE platform"
authors = ["Benjamin Wingfield <bwingfield@ebi.ac.uk>"] authors = ["Benjamin Wingfield <bwingfield@ebi.ac.uk>"]
license = "Apache-2.0" license = "Apache-2.0"
readme = "README.md" readme = "README.md"
packages = [ packages = [
{ include = "hattivatti", from = "src" }, { include = "pyvatti", from = "src" },
] ]
[tool.poetry.dependencies] [tool.poetry.dependencies]
......
File moved
File moved
...@@ -116,7 +116,7 @@ class PolygenicScoreJob: ...@@ -116,7 +116,7 @@ class PolygenicScoreJob:
def notify(self): def notify(self):
"""Notify the backend about the job state""" """Notify the backend about the job state"""
print(f"sending state notification: {self.state}") print(f"sending state notification: {self.state}") # pyright: ignore[reportAttributeAccessIssue]
def __repr__(self): def __repr__(self):
return f"{self.__class__.__name__}(id={self.id!r})" return f"{self.__class__.__name__}(id={self.id!r})"
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment