##// END OF EJS Templates
Handle when the slicemap option is an empty string...
Stefan Rusek -
r7774:3b8f2750 default
parent child Browse files
Show More
@@ -325,7 +325,7 b' class mapfile(dict):'
325 325 self._read()
326 326
327 327 def _read(self):
328 if self.path is None:
328 if not self.path:
329 329 return
330 330 try:
331 331 fp = open(self.path, 'r')
General Comments 0
You need to be logged in to leave comments. Login now