Skip to content

Commit 336d0e2

Browse files
committed
added the license Expression Library
Signed-off-by: Pratikrocks <pratikrocks.dey11@gmail.com>
1 parent 6778882 commit 336d0e2

60 files changed

Lines changed: 5919 additions & 2 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

configure

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

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

etc/conf/dev/requirements_base.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ coverage
1111
pytest-cov
1212
codecov
1313
pytest-rerunfailures
14+
pluggy

src/deltacode/cli.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
from deltacode import __version__
3535
from deltacode.utils import deltas, get_notice, collect_errors
3636

37-
3837
def write_json(deltacode, outfile, all_delta_types=False):
3938
"""
4039
Using the DeltaCode object, create a .json file containing the primary

0 commit comments

Comments
 (0)