Instructions for converting to image

merge-requests/8/head
Bob Mottram 2020-12-22 23:04:17 +00:00
parent b42964ff59
commit b927863f7e
1 changed files with 2 additions and 0 deletions

View File

@ -2851,6 +2851,8 @@ def testFunctions():
with open('epicyon.dot', 'w+') as fp:
fp.write(callGraphStr)
print('Call graph saved to epicyon.dot')
print('Convert to image with: ' +
'dot -T epicyon.dot -o epicyon_diagram.jpg')
def runAllTests():