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

Commit 04bcb0f

Browse files
committed
Clean: Black.
1 parent a5afef7 commit 04bcb0f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

runestone/unittest_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def __init__(
5757
self.base_path = os.path.dirname(module_path)
5858
self.exit_status_success = exit_status_success
5959
# Windows Compatability
60-
if platform.system() is "Windows" and self.base_path is "":
60+
if platform.system() == "Windows" and self.base_path == "":
6161
self.base_path = "."
6262

6363
def setUpModule(self):

0 commit comments

Comments
 (0)