Skip to content
Snippets Groups Projects
Commit a6018189 authored by Jenkins's avatar Jenkins
Browse files

submodules: update nightly branch

parents 7488e866 feca0e91
No related branches found
No related tags found
No related merge requests found
client-android @ bee0a574
Subproject commit 9d327802ab2def22641aa5cc8935c37710f2efe6 Subproject commit bee0a574a5f80f62ed9ec01d700191e0efb9a549
daemon @ 19c0b301
Subproject commit 33823822334c3170c02d33945a1fd065111be291 Subproject commit 19c0b301029478a62f332f259c9da04fb4ee8d65
...@@ -8,10 +8,8 @@ this_dir = os.path.dirname(os.path.realpath(__file__)) ...@@ -8,10 +8,8 @@ this_dir = os.path.dirname(os.path.realpath(__file__))
def execute_cmd(cmd, with_shell=False): def execute_cmd(cmd, with_shell=False):
p = subprocess.Popen(cmd, shell=with_shell) p = subprocess.Popen(cmd, shell=with_shell)
_, perr = p.communicate() _, _ = p.communicate()
if perr: return p.returncode
return 1
return 0
def build_daemon(parsed_args): def build_daemon(parsed_args):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment