RhinoRhys / radarr-collections

Movie discovery tool for Radarr to follow Movie Collections and People's work.
GNU General Public License v3.0
146 stars 10 forks source link

Issue on Mac #103

Closed CancelIFR closed 5 years ago

CancelIFR commented 5 years ago

Getting this when I run it on Mac

Traceback (most recent call last): File "rcm.py", line 304, in <module> config_path = get_dir(sys.argv[1]) IndexError: list index out of range

RhinoRhys commented 5 years ago

You need to run it as python rcm.py ./config if the config folder is in the same directory as the rcm.py script. I've updated to print a help text in future.