I would've expected these to be the same: ```python dp = Dirpath() # failed dp = Dirpath(".") # worked ```