We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0ed18e commit 9d4c799Copy full SHA for 9d4c799
cylc/flow/etc/tutorial/cylc-forecasting-workflow/bin/get-observations
@@ -193,7 +193,7 @@ def main(site_id, api_key=None):
193
site_id, dist = get_nearby_site(site_id, badsites)
194
195
if obs is None:
196
- print('No API key provided, falling back to archived data')
+ print('Obs unavailable, falling back to archived data')
197
data = get_archived_data(site_id, cycle_point)
198
obs = extract_observations(data)
199
0 commit comments