diff options
Diffstat (limited to 'genotype_files/genotype')
-rw-r--r-- | genotype_files/genotype/process.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/genotype_files/genotype/process.py b/genotype_files/genotype/process.py index 96cbc9b4..112dd83a 100644 --- a/genotype_files/genotype/process.py +++ b/genotype_files/genotype/process.py @@ -108,6 +108,7 @@ mysql> select * from Strain order by Id desc limit 5; try: #import getpass #passwd = getpass.getpass('Please enter mysql password here : ') + logger.warning("Creating new MySQLdb cursor (this method is OBSOLETE!)") con = MySQLdb.Connect(db='db_webqtl',user='webqtlupd',passwd='webqtl', host="opteron") cursor = con.cursor() print "You have successfully connected to mysql.\n" |