Skip to content

Commit

Permalink
Add decorator
Browse files Browse the repository at this point in the history
  • Loading branch information
rhinoella committed May 21, 2024
1 parent 234eeeb commit 2ed178a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gudpy/core/io/gudrun_file_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ def __init__(self):
self.stream = None
self.config = False

@classmethod
def writeGudrunFileTo(cls, gudrunFile: GudrunFile, path: str):
gudrunFile.setGudrunDir(os.path.dirname(path))
for sampleBackground in gudrunFile.sampleBackgrounds:
Expand Down

0 comments on commit 2ed178a

Please sign in to comment.