pull/245/head
Aaron Heise 2023-02-27 21:30:13 -06:00
rodzic 42935c8238
commit 68f95cd80b
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 6BA54088C41DE8BF
1 zmienionych plików z 0 dodań i 5 usunięć

Wyświetl plik

@ -49,11 +49,6 @@ def close_rns():
global c_rns
if c_rns != None:
c_rns.m_proc.kill()
# stdout, stderr = c_rns.m_proc.communicate()
# if stdout:
# print(stdout.decode("utf-8"))
# if stderr:
# print(stderr.decode("utf-8"))
class TestLink(unittest.TestCase):
def setUp(self):