Update options.py

This commit is contained in:
Zhang JiYong 2021-03-06 00:44:10 +08:00 committed by GitHub
parent 82fbe61bc8
commit 48943c19a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,7 +45,7 @@ class OptionsDialog(Dialog):
setting query dictionary and fileds
'''
__slot__ = ['begore_build', 'after_build']
__slot__ = ['before_build', 'after_build']
_signal = pyqtSignal(str)
_NULL_ICON = get_icon('null.png')