/[gzz]/gzz/metacode/umldoc.py
ViewVC logotype

Diff of /gzz/metacode/umldoc.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.31 by tjl, Fri Feb 21 20:02:55 2003 UTC revision 1.32 by humppake, Thu Mar 6 08:53:36 2003 UTC
# Line 186  while 1: Line 186  while 1:
186            
187      #the first pass, create all diagram sources      #the first pass, create all diagram sources
188      for path in sys.argv[1:]:      for path in sys.argv[1:]:
189          run_convert(path)          try:
190                run_convert(path)
191            except umltool.umlException, e:
192                print "umldoc: umlException exception occurred:", e.value
193                break
194    
195      #the second pass, compile and embed diagrams      #the second pass, compile and embed diagrams
196      for path in sys.argv[1:]:      for path in sys.argv[1:]:

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26