Convert asset path to string in filePath function
This commit is contained in:
@@ -245,7 +245,7 @@ def defaultFilePath():
|
||||
def filePath():
|
||||
path = defaultFilePath()
|
||||
if not path:
|
||||
path = getAssetPath()
|
||||
path = str(getAssetPath())
|
||||
return path
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user