Skip to content

Commit

Permalink
Update povwriter.py
Browse files Browse the repository at this point in the history
  • Loading branch information
migp11 authored Jul 12, 2023
1 parent 56c11eb commit 3792a06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pctk/povwriter.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
__copyright__ = "Copyright 2020, PhysiCell ToolsKit project"
__credits__ = ["Miguel Ponce de Leon"]
__license__ = "BSD 3-Clause"
__version__ = "0.2.1"
__version__ = "0.2.2"
__maintainer__ = "Miguel Ponce de Leon"
__email__ = "[email protected]"
__status__ = "dev"
Expand All @@ -24,7 +24,7 @@
class InvalidFormatException(Exception):
def __init__(self, format):
self.format = format
self.message = f"Invalid format {format}. Format must be physicell or physiboss"
self.message = f"Invalid format {format}. The format must be PhysiCell or legacy PhysiBoSS"
super().__init__(self.message)


Expand Down

0 comments on commit 3792a06

Please sign in to comment.