Skip to content

Commit

Permalink
syntax fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
yardasol committed Nov 28, 2022
1 parent 0f690a3 commit 42a1253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion saltproc/serpent_depcode.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def create_runtime_matfile(self, file_lines):
Path.mkdir(Path(self.runtime_matfile).parents[0], exist_ok=True)

# Get material cards
file_lines = read_plaintext_file(abs_src_matfile)
file_lines = self.read_plaintext_file(abs_src_matfile)
self.get_material_data(file_lines)

# Create file with path for SaltProc rewritable iterative material file
Expand Down

0 comments on commit 42a1253

Please sign in to comment.