We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 304f03d commit e4493b6Copy full SHA for e4493b6
stage5.1_fuller_application/pycasa/model/image_folder.py
@@ -25,7 +25,6 @@ class ImageFolder(HasStrictTraits):
25
26
def __init__(self, **traits):
27
super(ImageFolder, self).__init__(**traits)
28
- import pdb ; pdb.set_trace()
29
if not isdir(self.directory):
30
msg = f"The provided directory isn't a real directory: " \
31
f"{self.directory}"
0 commit comments