Skip to content

Commit

Permalink
Merge pull request #583 from happycube/oops_path
Browse files Browse the repository at this point in the history
oops.  fix relative pathing
  • Loading branch information
happycube authored Dec 21, 2020
2 parents ca68709 + dae51a5 commit 0dfb2fe
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions ld-decode
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,8 @@ import argparse
import json
import traceback

# Add lddecode core modules to path
module_path = os.path.abspath(os.path.join('lddecode'))
if module_path not in sys.path:
sys.path.append(module_path)

from core import *
from utils import *
from lddecode.core import *
from lddecode.utils import *

options_epilog = """FREQ can be a bare number in MHz, or a number with one of the case-insensitive suffixes Hz, kHz, MHz, GHz, fSC (meaning NTSC) or fSCPAL."""
parser = argparse.ArgumentParser(description='Extracts audio and video from raw RF laserdisc captures', epilog=options_epilog)
Expand Down

0 comments on commit 0dfb2fe

Please sign in to comment.