/[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.12 by humppake, Thu Jan 2 09:36:33 2003 UTC revision 1.13 by humppake, Tue Jan 7 08:48:29 2003 UTC
# Line 119  while 1: Line 119  while 1:
119    
120      #the second pass, compile and embed diagrams      #the second pass, compile and embed diagrams
121      for path in sys.argv[1:]:      for path in sys.argv[1:]:
122          run_embed(path)          try:
123                run_embed(path)
124            except umltool.umlException, e:
125                print 'umlException exception occurred:', e.value
126                break
127    
128      if not loop: break      if not loop: break
129      print "\n\nUMLdoc finished. Press Enter to recompile.\n"+ \      print "\n\nUMLdoc finished. Press Enter to recompile.\n"+ \

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

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