Make sure to expand user path
This commit is contained in:
parent
e23c2d62c1
commit
459362bd53
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ def main():
|
||||||
|
|
||||||
start_time = time.time()
|
start_time = time.time()
|
||||||
|
|
||||||
|
input_path = os.path.expanduser(input_path)
|
||||||
# Check if not a file
|
# Check if not a file
|
||||||
if not os.path.isfile(input_path):
|
if not os.path.isfile(input_path):
|
||||||
# Might be a trace directory
|
# Might be a trace directory
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue