forked from OSchip/llvm-project
[fuzzer] Fix collect_data_flow.py for python 3
llvm-svn: 334901
This commit is contained in:
parent
b957f99d57
commit
b213a345e1
|
@ -29,7 +29,7 @@ import shutil
|
|||
tmpdir = ""
|
||||
|
||||
def cleanup(d):
|
||||
print "removing: ", d
|
||||
print("removing: ", d)
|
||||
shutil.rmtree(d)
|
||||
|
||||
def collect_dataflow_for_corpus(self, exe, corpus_dir, output_dir):
|
||||
|
|
Loading…
Reference in New Issue