Skip to content

Commit

Permalink
Add sys.setrecursionlimit for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
wkentaro committed Jul 15, 2020
1 parent a8b9486 commit b6625f3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions labelme.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# -*- mode: python -*-
# vim: ft=python

import sys


sys.setrecursionlimit(5000) # required on Windows


a = Analysis(
['labelme/__main__.py'],
Expand Down

0 comments on commit b6625f3

Please sign in to comment.