diff --git a/history/check_profile_l10n_all.py b/history/check_profile_l10n_all.py index 719d5ce051b..5c1c1fa9bca 100644 --- a/history/check_profile_l10n_all.py +++ b/history/check_profile_l10n_all.py @@ -63,7 +63,9 @@ def wait(id): time.sleep(3) return True -def wizard_run(wizname, fieldvalues={}, endstate='end'): +def wizard_run(wizname, fieldvalues=None, endstate='end'): + if fieldvalues is None: + fieldvalues = {} wiz_id = sock4.create(dbname, uid, 'admin', wizname) state = 'init' datas = {'form':{}}