|
@@ -123,7 +123,7 @@ class Search:
|
|
|
"Unknown type '" + property_type + "'. Property Type must be of type: " + str(self.types))
|
|
"Unknown type '" + property_type + "'. Property Type must be of type: " + str(self.types))
|
|
|
|
|
|
|
|
## FOR TESTING, PRINT ALL ATTRIBUTES OF SEARCH ##
|
|
## FOR TESTING, PRINT ALL ATTRIBUTES OF SEARCH ##
|
|
|
- logging.debug(vars(self))
|
|
|
|
|
|
|
+ logging.info(vars(self))
|
|
|
|
|
|
|
|
|
|
|
|
|
class ImproperSearchError(Exception):
|
|
class ImproperSearchError(Exception):
|