Skip to content

Commit 6b95a0b

Browse files
committed
250220.1
1 parent 6b63b3d commit 6b95a0b

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed
32.6 KB
Binary file not shown.

dist/easycoder-250220.1.tar.gz

3.1 MB
Binary file not shown.

easycoder/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
from .ec_timestamp import *
1010
from .ec_value import *
1111

12-
__version__ = "250216.1"
12+
__version__ = "250220.1"

easycoder/ec_core.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1393,8 +1393,8 @@ def k_split(self, command):
13931393
self.nextToken()
13941394
else:
13951395
command['on'] = self.nextValue()
1396-
self.add(command)
1397-
return True
1396+
self.add(command)
1397+
return True
13981398
return False
13991399

14001400
def r_split(self, command):

0 commit comments

Comments
 (0)