Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
gautam-404 committed Nov 15, 2023
2 parents b02383a + dd7dd2a commit 230d8e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mesaport/Access/gyre_access.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def load(self, gyre_in="gyre.in", dest=None):
"""
if dest is None:
dest = os.path.join(self.projectDir, "LOGS", 'gyre.in')
shutil.copy(gyre_in, dest)
shutil.copy(gyre_in, os.path.join(dest, 'gyre.in'))

def gyreDefaults(self):
"""Reads the defaults files and returns a dictionary with all the parameters and their values.
Expand Down

0 comments on commit 230d8e6

Please sign in to comment.