Skip to content
Snippets Groups Projects
Commit 0de7df69 authored by Samuel GAIST's avatar Samuel GAIST
Browse files

[backend][assetmodel] Fix initialisation

Values of variables where wrong
parent 5bad4b3f
No related branches found
No related tags found
1 merge request!49Fix AssetModel initialisation
Pipeline #26666 passed
......@@ -78,8 +78,8 @@ class AssetModel(QStringListModel, AssetType):
super(QStringListModel, self).__init__(parent)
self.__prefix_path = AssetType.Unknown
self.__asset_type = None
self.__prefix_path = None
self.__asset_type = AssetType.Unknown
@pyqtSlot()
def reload(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment