Skip to content

Commit 51883d1

Browse files
committed
added delta stats to the cli and the output is displayed in the form of key and value pairs
1 parent f212a40 commit 51883d1

7 files changed

Lines changed: 3 additions & 9350 deletions

File tree

configure

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ CONFIGURE_ROOT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
2727
if [[ "$PYTHON_EXE" == "" ]]; then
2828
PYTHON_EXE=python
2929
fi
30-
PYTHON_EXE=python2.7
3130
$PYTHON_EXE "$CONFIGURE_ROOT_DIR/etc/configure.py" $CFG_CMD_LINE_ARGS
3231

3332
if [ -f "$CONFIGURE_ROOT_DIR/bin/activate" ]; then

0 commit comments

Comments
 (0)