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 9cba541 + 77b6155 commit 344b3e6Copy full SHA for 344b3e6
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