/[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.14 by humppake, Thu Jan 2 10:54:21 2003 UTC revision 1.15 by humppake, Thu Jan 2 12:02:15 2003 UTC
# Line 822  def run(prefix_in, prefix_out="", scale= Line 822  def run(prefix_in, prefix_out="", scale=
822            
823      syscmd = "/usr/bin/mpost --file-line-error-style "+\      syscmd = "/usr/bin/mpost --file-line-error-style "+\
824               "--interaction nonstopmode "+\               "--interaction nonstopmode "+\
825               "%s" % prefix_out+".3";               "%s" % prefix_out+".3 |grep -B2 \!";
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.14  
changed lines
  Added in v.1.15

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