# | Line 67 | Line 67 | if opts.task == 'plot': | |
---|---|---|
67 | ||
68 | if not opts.task == 'prep': | |
69 | path = config.get("Directories","samplepath") | |
70 | < | infofile = open(path+'/env/samples.info','r') |
70 | > | samplesinfo = config.get("Directories","samplesinfo") |
71 | > | infofile = open(samplesinfo,'r') |
72 | info = pickle.load(infofile) | |
73 | infofile.close() | |
74 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |