pygui revamped progress bar functionality into app task calls to simplify and commonize the functionality, handle and display task exceptions
This commit is contained in:
parent
835675480b
commit
0999fabb14
8 changed files with 82 additions and 87 deletions
|
@ -297,7 +297,6 @@ class CoreGrpcServer(core_pb2_grpc.CoreApiServicer):
|
|||
for service_exception in boot_exception.args:
|
||||
exceptions.append(str(service_exception))
|
||||
return core_pb2.StartSessionResponse(result=False, exceptions=exceptions)
|
||||
|
||||
return core_pb2.StartSessionResponse(result=True)
|
||||
|
||||
def StopSession(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue