Skip to content
Snippets Groups Projects
Commit 0cd6470e authored by Guido Sterbini's avatar Guido Sterbini
Browse files

Cosmetics

parent 9b244bf7
No related branches found
No related tags found
2 merge requests!2Dev v0.0.1,!1Dev v0.0.1
Pipeline #2765955 passed
...@@ -136,6 +136,9 @@ class NodeJob(NodeJobBase, NodeMixin): # Add Node feature ...@@ -136,6 +136,9 @@ class NodeJob(NodeJobBase, NodeMixin): # Add Node feature
return not self.has_been(tag) return not self.has_been(tag)
def tag_as(self, tag): def tag_as(self, tag):
'''
This is to tag the node's activity.
'''
tree_maker.tag.tag_it(self.log_file, tag) tree_maker.tag.tag_it(self.log_file, tag)
def find(self, **kwargs): def find(self, **kwargs):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment