gak / pycallgraph

pycallgraph is a Python module that creates call graphs for Python programs.
GNU General Public License v2.0
1.82k stars 336 forks source link

specify the variable dest as output_type specifically #157

Open zyxue opened 8 years ago

zyxue commented 8 years ago

The default is output_format, which won't be used, it's a bug.

I noticed this bug has already been fixed in develop branch. You probably want to update the package on pip.

I found this bug when executing

 pycallgraph graphviz -o aaa.svg -f svg -- some command

The command generated to create graph is

pycallgraph.exceptions.PyCallGraphException: The command "dot -Tpng -oaaa.svg /tmp/tmpqhkCxC" failed with error code 256.
coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 54.694% when pulling 815eace05e634a1e7771f953b3acb3c63076779c on zyxue:patch-1 into e8bac320e24085eb9829228b45c6c3c1127495df on gak:master.