We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 709f581 commit 601df96Copy full SHA for 601df96
par2deep/par2deep.py
@@ -98,10 +98,6 @@ def check_state(self):
98
if bit64:
99
this_script_dir = os.path.dirname(os.path.abspath(__file__))
100
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
105
ppath = os.path.join(this_script_dir,"par2.exe")
106
if os.path.exists(ppath):
107
self.includedpar2 = ppath
0 commit comments