Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8674153

Browse filesBrowse files
committed
MNT: reduce number of retries
1 parent b37c7d3 commit 8674153
Copy full SHA for 8674153

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎lib/matplotlib/cbook.py

Copy file name to clipboardExpand all lines: lib/matplotlib/cbook.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2585,7 +2585,7 @@ def __init__(self, path):
25852585
self.remove = True
25862586

25872587
def __enter__(self):
2588-
retries = 100
2588+
retries = 50
25892589
sleeptime = 1
25902590
while retries:
25912591
files = glob.glob(self.pattern)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.