Fix noconv in scripts.run_profile

This commit is contained in:
Florian Bruhin 2014-08-04 18:15:15 +02:00
parent 95df8a045c
commit c9436bbaef

View File

@ -43,6 +43,8 @@ else:
if '--profile-noconv' in sys.argv:
sys.argv.remove('--profile-noconv')
noconv = True
else:
noconv = False
callgraphfile = os.path.join(tempdir, 'callgraph')
profiler = cProfile.Profile()