Skip to content

Commit

Permalink
inp/card: updated inline comment parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
BitterB0NG0 committed Oct 24, 2024
1 parent 40729a7 commit 1a183ec
Show file tree
Hide file tree
Showing 5 changed files with 148 additions and 100 deletions.
2 changes: 1 addition & 1 deletion src/pymcnp/files/inp/_card.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ def __init__(self, ident):

self.id: Final[Union[int, str]] = ident
self.line: Final[int] = None
self.comment: Final[str] = None
self.comment: Final[Union[str, tuple[str]]] = None
Loading

0 comments on commit 1a183ec

Please sign in to comment.