Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of mbed-sdk-tools by
Diff: utils.py
- Revision:
- 19:3604ee113e2d
- Parent:
- 17:04753e1e329d
- Child:
- 21:4fdf0dd04f6f
diff -r 11afe2c1837e -r 3604ee113e2d utils.py --- a/utils.py Fri Jul 15 12:37:38 2016 +0100 +++ b/utils.py Fri Jul 15 13:11:30 2016 +0100 @@ -23,6 +23,7 @@ from subprocess import Popen, PIPE, STDOUT, call import json from collections import OrderedDict +import logging def cmd(l, check=True, verbose=False, shell=False, cwd=None): text = l if shell else ' '.join(l)