Skip to content

Commit 83d467f

Browse files
committed
250608.1
1 parent d80952c commit 83d467f

File tree

4 files changed

+2
-3
lines changed

4 files changed

+2
-3
lines changed
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__ = "250607.1"
12+
__version__ = "250608.1"

easycoder/ec_program.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ def flush():
1212
global queue
1313
while len(queue):
1414
item = queue.popleft()
15-
if item.pc != None:
16-
item.program.flush(item.pc)
15+
item.program.flush(item.pc)
1716

1817
class Program:
1918

0 commit comments

Comments
 (0)