diff --git a/pylot/core/io/data.py b/pylot/core/io/data.py index 3802bfd3..f1f3443d 100644 --- a/pylot/core/io/data.py +++ b/pylot/core/io/data.py @@ -434,7 +434,7 @@ class Data(object): False: self.wfdata} warnmsg = '' - for fname in fnames: + for fname in set(fnames): try: real_or_syn_data[synthetic] += read(fname) except TypeError: