Skip to content
Snippets Groups Projects
Commit b1c52549 authored by Christoph Schmidt's avatar Christoph Schmidt
Browse files

Updated to v0.0.2

parent a8322a37
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,6 @@ class ChildProcess3(cmp.CProcess):
def postrun_init(self):
self.logger, self.logger_h = self.create_new_logger(f"{self.__class__.__name__}-({os.getpid()})")
@cmp.CProcess.register_for_signal()
def test_call(self, a):
self.logger.info(f"{os.getpid()} -> test_call!")
......@@ -24,10 +23,6 @@ class ChildProcess3(cmp.CProcess):
self.test_call2 = 1
return a
#@CProperty
#def test_call2(self, value: int = 0):
# self.my_value = value
@CProperty
def test_call2(self, value: int):
self.my_value = value
......
[project]
name = "cmp"
version = "0.0.1"
version = "0.0.2"
authors = [
{ name="Christoph Schmidt", email="cschmidt.fs@gmail.com" },
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment