You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the data registry, we write these undated compiled releases to the full file, then log an exception, and continue processing other compiled releases:
ValueError: time data '' does not match format '%Y-%m'
File "exporter/management/commands/exporter.py", line 88, in callback
date = datetime.strptime(date[:7], "%Y-%m")
Bad compiled release date: ''
The text was updated successfully, but these errors were encountered:
In the data registry, we write these undated compiled releases to the full file, then log an exception, and continue processing other compiled releases:
https://github.com/open-contracting/data-registry/blob/22645317a2a33f93d53b0c766d0f0851e39e20fd/exporter/management/commands/exporter.py#L82-L91
ValueError: time data '' does not match format '%Y-%m'
Sentry Issue: REGISTRY-4G
The text was updated successfully, but these errors were encountered: