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

fixing a missing parenthesis

parent a55c9f04
No related branches found
No related tags found
2 merge requests!2Dev v0.0.1,!1Dev v0.0.1
Pipeline #2748384 passed
......@@ -114,7 +114,7 @@ class NodeJob(NodeJobBase, NodeMixin): # Add Node feature
return False
def has_been(self, tag):
if self._is_logging_file:
if self._is_logging_file():
my_df= pd.DataFrame(tree_maker.from_yaml(self.log_file)).transpose()
if tag in my_df['tag'].values:
return True
......
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