mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2026-08-08 04:05:00 -05:00
1) Fixed API test cases for Utilities.
2) Try to fix Jenkins build for __pycache__.
This commit is contained in:
committed by
Akshay Joshi
parent
1cdbb9a643
commit
0fa4609220
@@ -528,7 +528,7 @@ class BatchProcess(object):
|
||||
cloud_instance['instance']['sid'] = _process.server_id
|
||||
cloud_instance['instance']['status'] = False
|
||||
return update_server(cloud_instance)
|
||||
return False, None
|
||||
return True, {}
|
||||
|
||||
def status(self, out=0, err=0):
|
||||
ctime = get_current_time(format='%y%m%d%H%M%S%f')
|
||||
|
||||
Reference in New Issue
Block a user