Skip to content

Commit

Permalink
added the license Expression Library
Browse files Browse the repository at this point in the history
Signed-off-by: Pratikrocks <[email protected]>
  • Loading branch information
Pratikrocks committed Mar 18, 2020
1 parent 6778882 commit 336d0e2
Show file tree
Hide file tree
Showing 60 changed files with 5,919 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ CONFIGURE_ROOT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
if [[ "$PYTHON_EXE" == "" ]]; then
PYTHON_EXE=python
fi

PYTHON_EXE=python2.7
$PYTHON_EXE "$CONFIGURE_ROOT_DIR/etc/configure.py" $CFG_CMD_LINE_ARGS

if [ -f "$CONFIGURE_ROOT_DIR/bin/activate" ]; then
Expand Down
1 change: 1 addition & 0 deletions etc/conf/dev/requirements_base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ coverage
pytest-cov
codecov
pytest-rerunfailures
pluggy
1 change: 0 additions & 1 deletion src/deltacode/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
from deltacode import __version__
from deltacode.utils import deltas, get_notice, collect_errors


def write_json(deltacode, outfile, all_delta_types=False):
"""
Using the DeltaCode object, create a .json file containing the primary
Expand Down
Loading

0 comments on commit 336d0e2

Please sign in to comment.