Skip to content
This repository has been archived by the owner on Feb 1, 2023. It is now read-only.

Speed-ups (shasum + poetry install caching) #91

Merged
merged 8 commits into from
Mar 3, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update docstring
  • Loading branch information
skovhus committed Mar 3, 2021
commit 477454f3e37c8fcae778269d2b8b2bb9b2d0bdb9
2 changes: 1 addition & 1 deletion brick/shell.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def run_shell_command(cmd: str, cwd: str = None) -> str:


def get_sha1_command() -> str:
"""Returns the sha1sum command support by the system"""
"""Returns the fastest sha1sum command supported by the system"""
# pylint: disable=global-statement
global _sha1_command
if not _sha1_command:
Expand Down