Added the name of the imported PSK object to the info report

This commit is contained in:
Colin Basnett
2024-01-20 15:31:26 -08:00
parent b471229584
commit 361a7f0218

View File

@@ -113,7 +113,7 @@ class PSK_OT_import(Operator, ImportHelper):
message += '\n'.join(result.warnings)
self.report({'WARNING'}, message)
else:
self.report({'INFO'}, f'PSK imported')
self.report({'INFO'}, f'PSK imported ({options.name})')
return {'FINISHED'}