From 7ea73772ac082093fc7c85b23adcc7ab7bee987d Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Wed, 1 Jul 2020 14:59:13 +0200 Subject: [PATCH] =?UTF-8?q?Fix:=20date=20de=20l'ann=C3=A9e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks.py b/tasks.py index e413a76..bb22801 100644 --- a/tasks.py +++ b/tasks.py @@ -21,7 +21,7 @@ CONFIG = { 'settings_base': SETTINGS_FILE_BASE, 'settings_publish': 'publishconf.py', - 'year_subfolder': 'enseignements/2019-2020/', + 'year_subfolder': 'enseignements/2018-2019/', # Output path. Can be absolute or relative to tasks.py. Default: 'output' 'deploy_path': SETTINGS['OUTPUT_PATH'],