From ebd3343b5b3ed7a889b4fcd95f673cec018be3ea Mon Sep 17 00:00:00 2001 From: Athemis Date: Fri, 10 Jul 2015 12:30:43 +0200 Subject: [PATCH] Change variable names to not redeclare system variables --- pydsf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pydsf.py b/pydsf.py index 9174495..0b02756 100644 --- a/pydsf.py +++ b/pydsf.py @@ -307,9 +307,9 @@ class Experiment: # populate self.plates with data in provided files list i = 1 - for file in files: + for filename in files: plate = Plate(owner=self, - filename=file, + filename=filename, t1=self.t1, t2=self.t2, dt=self.dt,