Skip to content

Commit 3d71f81

Browse files
committed
Updated KepServiceStatus input data type for complete
1 parent 5fb33d7 commit 3d71f81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kepconfig/structures.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class KepServiceStatus:
3737
:param message: Error message if service job fails
3838
3939
'''
40-
def __init__(self, complete: str = '', status: str = '', message: str = ''):
40+
def __init__(self, complete: bool = False, status: str = '', message: str = ''):
4141
self.status = status
4242
self.message = message
4343
self.complete = complete

0 commit comments

Comments
 (0)