You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
C:\Users\username\AppData\Local\Programs\Python\Python36-32\python.exe D:/reaper-master/reaper.py
Traceback (most recent call last):
File "D:\reaper-master\components\globals.py", line 17, in _calc_path
return _calc_path(head)
File "D:\reaper-master\components\globals.py", line 17, in _calc_path
return _calc_path(head)
File "D:\reaper-master\components\globals.py", line 17, in _calc_path
return _calc_path(head)
[Previous line repeated 993 more times]
File "D:\reaper-master\components\globals.py", line 13, in _calc_path
head, tail = os.path.split(path)
File "C:\Users\username\AppData\Local\Programs\Python\Python36-32\lib\ntpath.py", line 206, in split
d, p = splitdrive(p)
File "C:\Users\username\AppData\Local\Programs\Python\Python36-32\lib\ntpath.py", line 141, in splitdrive
if len(p) >= 2:
RecursionError: maximum recursion depth exceeded in comparison
The text was updated successfully, but these errors were encountered:
The program quits on launching reaper.py
The text was updated successfully, but these errors were encountered: