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.
2 parents 7ed4583 + 4c76ba8 commit 77b6155Copy full SHA for 77b6155
1 file changed
office365/sharepoint/types/resource_path.py
@@ -44,7 +44,7 @@ def entity_type_name(self):
44
return "SP.ResourcePath"
45
46
def __str__(self):
47
- return self.DecodedUrl
+ return self.DecodedUrl or ""
48
49
def __repr__(self):
50
return self.DecodedUrl or self.entity_type_name
0 commit comments