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
path = r"D:\a\b.1001.jpg"
f = DayuPath(path).parent.scan()
for i in f:
print(i)
Traceback (most recent call last):
File "C:\Python37\lib\site-packages\dayu_path\base.py", line 523, in scan
raise StopIteration
StopIteration