From ed3d87dabe7749424caa2775194f1249ba16d97e Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Wed, 18 Jul 2012 11:32:28 -0400 Subject: [PATCH] added encoding param to output_variables --- sfa/util/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sfa/util/config.py b/sfa/util/config.py index 1ac97539..9caa7676 100644 --- a/sfa/util/config.py +++ b/sfa/util/config.py @@ -194,7 +194,7 @@ DO NOT EDIT. This file was automatically generated at def output_xml(self, encoding = "utf-8"): pass - def output_variables(self): + def output_variables(self, encoding="utf-8"): """ Return list of all variable names. """ -- 2.43.0