From dca69a8bb79b3511648b128e080aba85d04e191f Mon Sep 17 00:00:00 2001 From: Ian Bell Date: Sun, 26 Apr 2015 18:51:51 -0600 Subject: [PATCH] One more place for the psych input file --- wrappers/Python/CoolProp/Plots/psy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrappers/Python/CoolProp/Plots/psy.py b/wrappers/Python/CoolProp/Plots/psy.py index a5f4c8af..cac71d62 100644 --- a/wrappers/Python/CoolProp/Plots/psy.py +++ b/wrappers/Python/CoolProp/Plots/psy.py @@ -392,7 +392,7 @@ class UI_Psychrometry(QDialog): def plot(self): """Plot chart""" Preferences = ConfigParser() - Preferences.read("psyrc") + Preferences.read("psyrc.py") self.diagrama2D.axes2D.clear() self.diagrama2D.config()