Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
beat.core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
14
Issues
14
List
Boards
Labels
Milestones
Merge Requests
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
beat
beat.core
Commits
36f4fa38
Commit
36f4fa38
authored
Nov 10, 2020
by
Samuel GAIST
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[toolchain] Fix sphinx warnings
parent
ba651f99
Pipeline
#45303
passed with stage
in 21 minutes and 57 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
8 deletions
+1
-8
beat/core/toolchain.py
beat/core/toolchain.py
+1
-8
No files found.
beat/core/toolchain.py
View file @
36f4fa38
...
...
@@ -97,13 +97,6 @@ class Toolchain(object):
Attributes:
name (str): The toolchain name
description (str): The short description string, loaded from the JSON
file if one was set.
documentation (str): The full-length docstring for this object.
storage (object): A simple object that provides information about file
paths for this toolchain
...
...
@@ -365,7 +358,7 @@ class Toolchain(object):
@
property
def
name
(
self
):
"""
Returns t
he name of this object"""
"""
T
he name of this object"""
return
self
.
_name
or
"__unnamed_toolchain__"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment