diff --git a/ipi/utils/setup.py b/ipi/utils/setup.py index 334d05818..49c801fc4 100644 --- a/ipi/utils/setup.py +++ b/ipi/utils/setup.py @@ -80,9 +80,7 @@ def install_driver(force_install=False): os.path.join(temp_dir, ".git", "info", "sparse-checkout"), "w" ) as f: f.write("drivers/f90\n") - subprocess.run( - ["git", "pull", "--depth=1", "origin", "main"], cwd=temp_dir - ) + subprocess.run(["git", "pull", "--depth=1", "origin", "main"], cwd=temp_dir) except: warning( "Failed to fetch the drivers folder from i-PI github repository",