Strings are dumb

This commit is contained in:
Mike A. Trethewey
2020-02-27 01:47:49 -08:00
parent 7f38ccaf74
commit 089012b594
2 changed files with 2 additions and 2 deletions

View File

@@ -45,7 +45,7 @@ excluded_binaries = [
'VCRUNTIME140.dll',
'msvcp140.dll',
'mfc140u.dll',
'ucrtbase.dll]
'ucrtbase.dll']
a.binaries = TOC([x for x in a.binaries if x[0] not in excluded_binaries])
pyz = PYZ(a.pure, a.zipped_data,