Changeset de2ef5c
- Timestamp:
- Sep 21, 2011 11:19:57 AM (13 years ago)
- Branches:
- compt_changes, info-ops, master
- Children:
- e982b92
- Parents:
- 1e9331e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fedd/fedd_image.py
r1e9331e rde2ef5c 411 411 if gen_image(top, file, fmt, opts.neato, opts.labels, opts.pixels, 412 412 opts.group) !=0: 413 sys.exit("Error rendering graph (subcommand returned non-0)") 413 sys.exit("Error rendering graph (subcommand returned non-0)" + 414 " Check output, this may be a non-fatal graphviz warning") 414 415 except EnvironmentError, e: 415 416 sys.exit("Failed to draw graph: %s" %e)
Note: See TracChangeset
for help on using the changeset viewer.