You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All arguments are now optional.
I was having problems with importing gprof2dot:
```
from external.gprof2dot import gprof2dot
```
works on Pharos with python 2.6
```
from external import gprof2dot
```
works on my Mac with python 2.7. There should be a better way of handling it.
0 commit comments