Skip to content

Commit af0c2e6

Browse files
committed
Add TODO
1 parent 4878183 commit af0c2e6

File tree

1 file changed

+1
-0
lines changed
  • pyside_lang_comparison_graph

1 file changed

+1
-0
lines changed

pyside_lang_comparison_graph/main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ def __init__(self, n, langs_test_available_dict: dict, res_lst: list):
6060
self.__fnt.setBold(True)
6161

6262
def pause(self):
63+
# todo fix the second lock make app freeze
6364
self.__mutex.lock()
6465
self.__paused = True
6566
self.__mutex.unlock()

0 commit comments

Comments
 (0)