Mauvaise syntaxe pour le filtre
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
diff --git usr/lib/python3/dist-packages/bin/importation_scribe usr/lib/python3/dist-packages/bin/importation_scribe
|
diff --git usr/bin/importation_scribe usr/bin/importation_scribe
|
||||||
index 0db4982..76453df 100755
|
index 0db4982..bb6ff94 100755
|
||||||
--- usr/bin/importation_scribe
|
--- usr/bin/importation_scribe
|
||||||
+++ usr/bin/importation_scribe
|
+++ usr/bin/importation_scribe
|
||||||
@@ -49,7 +49,7 @@ from os.path import isfile, dirname
|
@@ -49,7 +49,7 @@ from os.path import isfile, dirname
|
||||||
@ -15,7 +15,7 @@ index 0db4982..76453df 100755
|
|||||||
prefs = preferences.get_enseignants_prefs()
|
prefs = preferences.get_enseignants_prefs()
|
||||||
etab = prefs.get_default('etab')
|
etab = prefs.get_default('etab')
|
||||||
etab_prefix = prefs.get_default('etab_prefix')
|
etab_prefix = prefs.get_default('etab_prefix')
|
||||||
+ branche_etab = BRANCHE_ETAB % etab
|
+ branche_etab = BRANCHE_ETAB % {'etab': etab}
|
||||||
+ purge_option = 'keep'
|
+ purge_option = 'keep'
|
||||||
+ old_logins = connexion._search(PROF_FILTER, 'uid', suffix=branche_etab)
|
+ old_logins = connexion._search(PROF_FILTER, 'uid', suffix=branche_etab)
|
||||||
else:
|
else:
|
||||||
|
Reference in New Issue
Block a user