Skip to content

Commit

Permalink
Linter
Browse files Browse the repository at this point in the history
  • Loading branch information
ceriottm committed Dec 25, 2024
1 parent 332cb73 commit 652b7fd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ipi/utils/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 652b7fd

Please sign in to comment.