try:
            message = 'There should be exactly one .shp file containing the split point in %s/Inputs/POINTS/' % avalancheDir
            assert len(splitPointLayer) == 1, message
        except AssertionError: