Example #1
0
 def get_json_path(self):
     return "%s.json" % quote_safe_path(self.name)
Example #2
0
 def get_json_path(self):
     p = [quote_safe_path(n.strip()) for n in self.name.split("|")]
     return os.path.join(*p) + ".json"