Skip to content

Commit efb47ab

Browse files
committed
Fix syntax typo
1 parent 9592833 commit efb47ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devtools/browser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ def finish_close(self):
215215
if platform.system() == "Windows" and not self.debug:\
216216
pass
217217
else:
218-
warnings.warn(str(e)), TempDirWarning)
218+
warnings.warn(str(e), TempDirWarning)
219219

220220
# windows+old vers doesn't like python's default cleanup
221221

0 commit comments

Comments
 (0)