Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
oscgonfer committed Jan 4, 2022
1 parent 33792b7 commit 0ae5eab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scdata/test/load/load.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ def load(self, options = dict()):
if self.options['load_cached_api']:
std_out(f'Checking if we can load cached data')
if not device.load(options = self.options,
path = join(self.path, 'cached'), convert_units = False):
path = join(self.path, 'cached'),
convert_units = False):

std_out(f'No valid cached data. Requesting device {device.id} to API', 'WARNING')
min_date_to_load = localise_date(device.options['min_date'],
Expand Down

0 comments on commit 0ae5eab

Please sign in to comment.