Skip to content

Commit 9f7def7

Browse files
committed
Drop redundant assert
1 parent a9e1dd6 commit 9f7def7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

‎setup.py‎

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,6 @@ def _unpack_win32(self, filename):
108108
print("* Done.")
109109

110110
def run(self):
111-
112-
assert platform.architecture()[0] == "64bit", "Downloaded pandoc is only compiled for 64bit"
113-
114111
pf = sys.platform
115112
# compatibility with py3
116113
if pf.startswith("linux"):

0 commit comments

Comments
 (0)