Skip to content

Commit

Permalink
Use self
Browse files Browse the repository at this point in the history
  • Loading branch information
mathomp4 committed Jul 25, 2024
1 parent d3755de commit 6707075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GEOSldas_App/ldas_setup
Original file line number Diff line number Diff line change
Expand Up @@ -1393,7 +1393,7 @@ class LDASsetup:
MY_ADAS_EXPDIR = self.adas_expdir,
MY_EXPDIR = self.expdir,
DETECTED_MPI_STACK = DETECTED_MPI_STACK,
BUILT_ON_SLES15 = str(BUILT_ON_SLES15).upper()
BUILT_ON_SLES15 = str(self.BUILT_ON_SLES15).upper()
)

with open('lenkf.j','wt') as fout :
Expand Down

0 comments on commit 6707075

Please sign in to comment.