mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 12:21:35 +00:00
fix call to _check_full_data_available
This commit is contained in:
@@ -87,7 +87,7 @@ def showUsageParameters():
|
|||||||
warnings = result.get('warnings', [])
|
warnings = result.get('warnings', [])
|
||||||
usage = result.get('usageReports')
|
usage = result.get('usageReports')
|
||||||
has_reports = bool(usage)
|
has_reports = bool(usage)
|
||||||
fullData, tryDate = gapi_reports._check_full_data_available(
|
fullData, tryDate = _check_full_data_available(
|
||||||
warnings, tryDate, fullDataRequired, has_reports)
|
warnings, tryDate, fullDataRequired, has_reports)
|
||||||
if fullData < 0:
|
if fullData < 0:
|
||||||
print('No usage parameters available.')
|
print('No usage parameters available.')
|
||||||
|
|||||||
Reference in New Issue
Block a user