Skip to content

Commit

Permalink
Remove stale check
Browse files Browse the repository at this point in the history
  • Loading branch information
brenthuisman committed Jan 29, 2024
1 parent 709f581 commit 601df96
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions par2deep/par2deep.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,6 @@ def check_state(self):
if bit64:
this_script_dir = os.path.dirname(os.path.abspath(__file__))
if windows:
try:
os.add_dll_directory(this_script_dir) #needed on python3.8 on win
except:
pass #not available or necesary on py37 and before
ppath = os.path.join(this_script_dir,"par2.exe")
if os.path.exists(ppath):
self.includedpar2 = ppath
Expand Down

0 comments on commit 601df96

Please sign in to comment.