Skip to content

Commit

Permalink
fixed œP
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisMitchell committed Nov 11, 2018
1 parent 9d3daba commit e6a0805
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jelly/interpreter.py
Original file line number Diff line number Diff line change
Expand Up @@ -2582,7 +2582,7 @@ def zip_ragged(array):
),
'œP': attrdict(
arity = 2,
call = lambda x, y: partition_at([int(t + 1 in iterable(x)) for t in range(max(iterable(x) or [0]))], y, keep_border = False)
call = lambda x, y: partition_at([int(t + 1 in iterable(x)) for t in range(max(iterable(x) or [0]))], y, border = 0)
),
'œṖ': attrdict(
arity = 2,
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name = 'jellylanguage',
version = '0.1.26',
version = '0.1.27',
packages = [
'jelly'
],
Expand Down

0 comments on commit e6a0805

Please sign in to comment.