aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2021-07-06 23:45:48 +0200
committerMartin Czygan <martin.czygan@gmail.com>2021-07-06 23:45:48 +0200
commit024fd2432aacef1f2a0be634575de4d2355fcd9c (patch)
tree9f5b7a749873907d376de9c5c10c8eb4ee628abc /python
parent15790f0be8af9b9cfe79d5de338d39cd164188c1 (diff)
downloadrefcat-024fd2432aacef1f2a0be634575de4d2355fcd9c.tar.gz
refcat-024fd2432aacef1f2a0be634575de4d2355fcd9c.zip
run a parity derivation
Diffstat (limited to 'python')
-rw-r--r--python/refcat/tasks.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/refcat/tasks.py b/python/refcat/tasks.py
index 01f879b..ab682a0 100644
--- a/python/refcat/tasks.py
+++ b/python/refcat/tasks.py
@@ -244,9 +244,9 @@ class Refcat(BaseTask):
A base tasks for all refcat related tasks.
"""
BASE = settings.BASE
- TAG = '2021-07-01'
+ TAG = '2021-07-06'
- date = luigi.DateParameter(default=datetime.date(2021, 7, 1),
+ date = luigi.DateParameter(default=datetime.date(2021, 7, 6),
description="a versioning help, will be part of filename, change this manually")
tmpdir = luigi.Parameter(default=settings.TMPDIR, description="set tempdir", significant=False)
n = luigi.IntParameter(default=multiprocessing.cpu_count(), significant=False)