Skip to content

Commit

Permalink
fix(docker): fix crash on Windows when saving Docker images (#160)
Browse files Browse the repository at this point in the history
Replace yaspin with click.echo() calls, since yaspin fails on Windows.
  • Loading branch information
agateau-gg committed Jan 21, 2022
1 parent cedee18 commit 307d662
Show file tree
Hide file tree
Showing 4 changed files with 292 additions and 258 deletions.
1 change: 0 additions & 1 deletion Pipfile
Expand Up @@ -9,7 +9,6 @@ ggshield = { editable = true, path = "." }
pygitguardian = "==1.3.1"
python-dotenv = "*"
pyyaml = "*"
yaspin = "~=2.1.0"

[dev-packages]
black = "==21.11b1"
Expand Down

0 comments on commit 307d662

Please sign in to comment.