ready to do checkout

This commit is contained in:
Dan-in-CA 2013-10-05 10:28:27 -07:00
parent c6a9c983e7
commit 8cb4badc6b
1 changed files with 1 additions and 1 deletions

View File

@ -309,7 +309,7 @@ def data(dataf):
if dataf == 'options' and len(data.splitlines()) == 1:
data = write_options()
except IOError:
if dataf == 'options': ## A config file -- return defaults and create file if not found. ##
if dataf == 'options':
data = write_options()
elif dataf == 'snames': ## A config file -- return defaults and create file if not found. ##
data = "['S01','S02','S03','S04','S05','S06','S07','S08',]"