Skip to content

Commit

Permalink
resolve SenJia#10
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian-Samoticha authored Nov 5, 2023
1 parent 75233b2 commit 663947b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SaliconLoader.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def __init__(self, root, transform=None, train=False,

imgs = make_trainset(root)
if not imgs:
raise(RuntimeError("Found 0 images in folder: " + root + "\n"))
raise(RuntimeError("Found 0 images in folder: " + str(root) + "\n"))

self.root = root
self.imgs = imgs
Expand Down

0 comments on commit 663947b

Please sign in to comment.