Skip to content

Commit

Permalink
Fix tox
Browse files Browse the repository at this point in the history
  • Loading branch information
rbonghi committed Jan 9, 2024
1 parent cb05dc3 commit 78bc9ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def is_docker():
if 'docker' in fields or 'buildkit' in fields:
return True
with open('/proc/self/mountinfo', 'r') as file:
line = file.readline().strip()
line = file.readline().strip()
while line:
if '/docker/containers/' in line:
return True
Expand Down

0 comments on commit 78bc9ce

Please sign in to comment.