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,