From d620dff9c16442db39d851082a61412f62eab97b Mon Sep 17 00:00:00 2001 From: Colin Basnett Date: Fri, 13 Dec 2019 12:39:35 -0800 Subject: [PATCH] Minor style fix. --- src/psk/operator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/psk/operator.py b/src/psk/operator.py index e68c24e..c51d0f4 100644 --- a/src/psk/operator.py +++ b/src/psk/operator.py @@ -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,