diff --git a/install.py b/install.py index c514fee10960834c7b8a2809b6d4aac252507d4f..99eff6e8d39b7b71ddef2b82e67c9dfb2e4eec59 100755 --- a/install.py +++ b/install.py @@ -19,6 +19,8 @@ import subprocess import sys + + def untar_file(tar_file_path, extract_path, args): try: if os.path.exists(extract_path):