Ignore:
Timestamp:
Oct 7, 2011 5:30:13 PM (13 years ago)
Author:
Ted Faber <faber@…>
Branches:
compt_changes, info-ops, master
Children:
451fb96
Parents:
05c41f5 (diff), 1fed67b (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of git://fedd.deterlab.net/fedd

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedd/federation/experiment_control.py

    r05c41f5 r58e5a4f  
    789789
    790790        os.remove(dotname)
    791         if rv == 0 : return vis
     791        # XXX: graphviz seems to use low return codes for warnings, like
     792        # "couldn't find font"
     793        if rv < 2 : return vis
    792794        else: return None
    793795
Note: See TracChangeset for help on using the changeset viewer.