Skip to content
This repository was archived by the owner on Jun 30, 2024. It is now read-only.

Commit 73b2fb7

Browse files
committed
Fix: Remove debug edit.
1 parent 9f80940 commit 73b2fb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/docker_tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
# Local application bootstrap
6868
# ---------------------------
6969
# Everything after this depends on Unix utilities. We can't use ``is_win`` because we don't know if ``ci_utils`` is available.
70-
if sys.platform == "win32x":
70+
if sys.platform == "win32":
7171
sys.exit("ERROR: You must run this program in WSL/VirtualBox/VMWare/etc.")
7272

7373
# See if we're root.

0 commit comments

Comments
 (0)