[Modeling-cvs] ProjectModeling CHANGES,1.45,1.46
Status: Abandoned
Brought to you by:
sbigaret
From: <sbi...@us...> - 2004-02-22 19:03:47
|
Update of /cvsroot/modeling/ProjectModeling In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29228 Modified Files: CHANGES Log Message: Fixed bug #902209: mdl_generate_DB_schema.py silently exiting when no command supplied Index: CHANGES =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/CHANGES,v retrieving revision 1.45 retrieving revision 1.46 diff -C2 -d -r1.45 -r1.46 *** CHANGES 22 Feb 2004 18:17:12 -0000 1.45 --- CHANGES 22 Feb 2004 18:50:49 -0000 1.46 *************** *** 14,18 **** NB: useless module Modeling.Persistent removed. ! * Fixed bug #902209: mdl_generate_db_schema.py silently exiting when no commands are provided on the cmdline; this could be variously misinterpreted. The script now correctly reports this as an error. --- 14,18 ---- NB: useless module Modeling.Persistent removed. ! * Fixed bug #902209: mdl_generate_DB_schema.py silently exiting when no commands are provided on the cmdline; this could be variously misinterpreted. The script now correctly reports this as an error. |