diff --git a/colorbleed/plugins/maya/load/actions.py b/colorbleed/plugins/maya/load/actions.py index 53aa426aa3..f255a2fe9f 100644 --- a/colorbleed/plugins/maya/load/actions.py +++ b/colorbleed/plugins/maya/load/actions.py @@ -144,7 +144,4 @@ class ImportMayaLoader(api.Loader): buttons=buttons, defaultButton=accept) - if state != accept: - return False - - return True + return state == accept \ No newline at end of file