Skip to content

Commit

Permalink
(core) small fix for typo bugfix that got removed at some point
Browse files Browse the repository at this point in the history
  • Loading branch information
amkrajewski authored Apr 4, 2024
1 parent 5f20178 commit 8196f10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pysipfenn/core/pysipfenn.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def __init__(self,
"""Initializes the pySIPFENN Calculator object."""
if verbose:
print('\n********* Initializing pySIPFENN Calculator **********')
self.verbose = verbose
self.verbose = verbose
# dictionary with all model information
with resources.files('pysipfenn.modelsSIPFENN').joinpath('models.json').open('r') as f:
if verbose:
Expand Down

1 comment on commit 8196f10

@ricardonpa
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉

Please sign in to comment.