Fix noconv in scripts.run_profile
This commit is contained in:
parent
95df8a045c
commit
c9436bbaef
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user