Commit 9b2a1095 authored by Collin Winter's avatar Collin Winter

Patch #1668482: don't use '-' in mkstemp

parent 0e520b46
......@@ -114,7 +114,7 @@ class _RandomNameSequence:
characters = ("abcdefghijklmnopqrstuvwxyz" +
"ABCDEFGHIJKLMNOPQRSTUVWXYZ" +
"0123456789-_")
"0123456789_")
def __init__(self):
self.mutex = _allocate_lock()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment