Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ledm committed Mar 25, 2024
1 parent 749570d commit 769f61d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bgcval2/timeseries/timeseriesAnalysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ def loadData(self):

###############
# load and calculate the real data info
if self.clean or not len(glob(self.shelvefn_insitu+'*')):
if self.clean or not len(glob.glob(self.shelvefn_insitu+'*')):
print("timeseriesAnalysis:\t loadData\tClean run.")
dataD = {}
else:
Expand Down

0 comments on commit 769f61d

Please sign in to comment.