1
0
Fork 0
mirror of https://github.com/Athemis/PyDSF.git synced 2025-04-04 14:26:03 +00:00

Change variable names to not redeclare system variables

This commit is contained in:
Alexander Minges 2015-07-10 12:30:43 +02:00
parent e099bd8694
commit ebd3343b5b

View file

@ -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,