1
0
mirror of https://github.com/DarklightGames/io_scene_psk_psa.git synced 2025-02-21 11:39:37 +01:00

Minor style fix.

This commit is contained in:
Colin Basnett 2019-12-13 12:39:35 -08:00
parent 22cdde2348
commit d620dff9c1

View File

@ -12,7 +12,7 @@ class PskExportOperator(Operator, ExportHelper):
filename_ext = '.psk'
filter_glob: StringProperty(default='*.psk', options={'HIDDEN'})
filepath : StringProperty(
filepath: StringProperty(
name='File Path',
description='File path used for exporting the PSK file',
maxlen=1024,