@ -72,7 +72,7 @@ class IhrApp(Bottle):
pass
def static(self, path):
spath = os.path.join(self.tdir, "web_static", path)
root_path = os.path.join(self.tdir, "web_static")
return static_file(spath)
return static_file(path, root=root_path)