We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a21604a commit f46f9d1Copy full SHA for f46f9d1
debug_toolbar/panels/staticfiles.py
@@ -21,7 +21,7 @@ def __init__(self, path):
21
self.path = path
22
23
def __str__(self):
24
- return self.path
+ return str(self.path)
25
26
def real_path(self):
27
return finders.find(self.path)
0 commit comments