Skip to content

Commit 601df96

Browse files
committed
Remove stale check
1 parent 709f581 commit 601df96

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

par2deep/par2deep.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,6 @@ def check_state(self):
9898
if bit64:
9999
this_script_dir = os.path.dirname(os.path.abspath(__file__))
100100
if windows:
101-
try:
102-
os.add_dll_directory(this_script_dir) #needed on python3.8 on win
103-
except:
104-
pass #not available or necesary on py37 and before
105101
ppath = os.path.join(this_script_dir,"par2.exe")
106102
if os.path.exists(ppath):
107103
self.includedpar2 = ppath

0 commit comments

Comments
 (0)