Changeset 8cda194 in rattail
- Timestamp:
- 11/20/2022 04:55:58 PM (2 months ago)
- Branches:
- master
- Children:
- 5c879a8
- Parents:
- 3e17fc4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
rattail/luigi/handler.py
r3e17fc4 r8cda194 274 274 if value is None: 275 275 value = getter('rattail.luigi', 276 'backfill. backfill-{}.{}'.format(key, name))276 'backfill.{}.{}'.format(key, name)) 277 277 if value is not None: 278 warnings.warn("[rattail.luigi] backfill. backfill-* settings are deprecated; "278 warnings.warn("[rattail.luigi] backfill.* settings are deprecated; " 279 279 "please use [rattail.luigi] backfill.task.* instead", 280 280 DeprecationWarning)
Note: See TracChangeset
for help on using the changeset viewer.