Skip to content

Commit b6625f3

Browse files
committed
Add sys.setrecursionlimit for Windows
1 parent a8b9486 commit b6625f3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

labelme.spec

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# -*- mode: python -*-
22
# vim: ft=python
33

4+
import sys
5+
6+
7+
sys.setrecursionlimit(5000) # required on Windows
8+
49

510
a = Analysis(
611
['labelme/__main__.py'],

0 commit comments

Comments
 (0)