From 652b7fd896318fee61a40936bdea2d5120a4e57a Mon Sep 17 00:00:00 2001 From: Michele Ceriotti Date: Wed, 25 Dec 2024 23:01:08 +0100 Subject: [PATCH] Linter --- ipi/utils/setup.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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",