jan: thuban/Thuban/UI projdialog.py,1.40,1.41
cvs@intevation.de
cvs at intevation.de
Thu Dec 23 16:10:43 CET 2004
Author: jan
Update of /thubanrepository/thuban/Thuban/UI
In directory doto:/tmp/cvs-serv22403
Modified Files:
projdialog.py
Log Message:
(ProjFrame.load_user_proj): Added a
\n to stderr after the warnings. Thanks to Russell Nelson.
Index: projdialog.py
===================================================================
RCS file: /thubanrepository/thuban/Thuban/UI/projdialog.py,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- projdialog.py 16 Dec 2004 11:00:10 -0000 1.40
+++ projdialog.py 23 Dec 2004 15:10:41 -0000 1.41
@@ -586,7 +586,7 @@
with get_user_proj_file and cache it in self.__usrProjFile.
Show a busy cursor while loading the file.
-
+
If the file is not available, leave a note to the console.
"""
if self.__usrProjFile is None:
@@ -595,6 +595,7 @@
projfile, warnings = get_user_proj_file()
if warnings:
sys.stderr.write("".join(warnings))
+ sys.stderr.write("\n")
self.__usrProjFile = projfile
finally:
ThubanEndBusyCursor()
More information about the Thuban-devel
mailing list
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)