From 459362bd535051e56f969fb1f4ba1746b7635370 Mon Sep 17 00:00:00 2001 From: Christophe Bedard Date: Sat, 12 Oct 2019 18:00:45 -0700 Subject: [PATCH] Make sure to expand user path --- tracetools_analysis/tracetools_analysis/process.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tracetools_analysis/tracetools_analysis/process.py b/tracetools_analysis/tracetools_analysis/process.py index 3bac1a1..63acdd2 100644 --- a/tracetools_analysis/tracetools_analysis/process.py +++ b/tracetools_analysis/tracetools_analysis/process.py @@ -43,6 +43,7 @@ def main(): start_time = time.time() + input_path = os.path.expanduser(input_path) # Check if not a file if not os.path.isfile(input_path): # Might be a trace directory