Skip to content

Commit 9169400

Browse files
committed
add a few TODOs
1 parent 998d3b4 commit 9169400

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Monika After Story/game/zz_submods.rpy

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,7 @@ init -980 python in mas_submod_utils:
362362
363363
The same as registerFunction. See its doc for parameter details
364364
"""
365+
# TODO: functools.wraps
365366
def wrap(_function):
366367
registerFunction(
367368
_label,
@@ -393,6 +394,7 @@ init -980 python in mas_submod_utils:
393394
return
394395

395396
#Firstly, let's get our sorted list
397+
# TODO: use insort instead of sorting every time we run things
396398
sorted_plugins = __prioritySort(key)
397399
for _action, data_tuple in sorted_plugins:
398400
if data_tuple[1]:

0 commit comments

Comments
 (0)