Skip to content
Snippets Groups Projects
Commit 6cf3abcd authored by Florian Fischer's avatar Florian Fischer
Browse files

always print path to result directory

parent 05371d31
Branches
Tags android-7.1.1_r0.65
No related merge requests found
......@@ -137,7 +137,7 @@ def main():
src.globalvars.facts["hostname"],
src.globalvars.facts["starttime"])
print_info2("Creating result dir:", src.globalvars.resdir)
print_status("Writing results to:", src.globalvars.resdir)
os.makedirs(src.globalvars.resdir, exist_ok=True)
cwd = os.getcwd()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment