[fuzzer] Fix collect_data_flow.py for python 3

llvm-svn: 334901
This commit is contained in:
Vitaly Buka 2018-06-17 08:41:56 +00:00
parent b957f99d57
commit b213a345e1
1 changed files with 1 additions and 1 deletions

View File

@ -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):