Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tree_maker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ABP Computing
ABP Computing Sandbox
tree_maker
Commits
0cd6470e
There was an error fetching the commit references. Please try again later.
Commit
0cd6470e
authored
3 years ago
by
Guido Sterbini
Browse files
Options
Downloads
Patches
Plain Diff
Cosmetics
parent
9b244bf7
No related branches found
No related tags found
2 merge requests
!2
Dev v0.0.1
,
!1
Dev v0.0.1
Pipeline
#2765955
passed
3 years ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tree_maker/NodeJob.py
+3
-0
3 additions, 0 deletions
tree_maker/NodeJob.py
with
3 additions
and
0 deletions
tree_maker/NodeJob.py
+
3
−
0
View file @
0cd6470e
...
@@ -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
):
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment