jan: thuban/Thuban/UI projdialog.py,1.39.2.1,1.39.2.2

cvs@intevation.de cvs at intevation.de
Thu Dec 23 16:07:40 CET 2004


Author: jan

Update of /thubanrepository/thuban/Thuban/UI
In directory doto:/tmp/cvs-serv22341

Modified Files:
      Tag: thuban-1-0-branch
	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.39.2.1
retrieving revision 1.39.2.2
diff -u -d -r1.39.2.1 -r1.39.2.2
--- projdialog.py	16 Dec 2004 10:56:17 -0000	1.39.2.1
+++ projdialog.py	23 Dec 2004 15:07:38 -0000	1.39.2.2
@@ -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)