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

Diff of /gzz/metacode/umltool.py

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

revision 1.13 by tjl, Wed Jan 1 16:21:16 2003 UTC revision 1.14 by humppake, Thu Jan 2 10:54:21 2003 UTC
# Line 820  def run(prefix_in, prefix_out="", scale= Line 820  def run(prefix_in, prefix_out="", scale=
820          """ % locals())          """ % locals())
821      gen3.close()      gen3.close()
822            
823      syscmd = "/usr/bin/mpost %s" % prefix_out+".3";      syscmd = "/usr/bin/mpost --file-line-error-style "+\
824                 "--interaction nonstopmode "+\
825                 "%s" % prefix_out+".3";
826      if settings.has_key('tmpdir'):      if settings.has_key('tmpdir'):
827          os.system("cd "+path+";"+syscmd)          os.system("cd "+path+";"+syscmd)
828      else: os.system(syscmd)      else: os.system(syscmd)

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

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