Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
scc-net
netvs
netvs-core
Commits
8cc5b49e
Commit
8cc5b49e
authored
Jan 27, 2021
by
Janis Streib
🦉
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
UPD: set legacy is_tool flag to false
parent
3657e9cd
Pipeline
#130044
passed with stages
in 6 minutes and 44 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
middleware/net_suite/modules/macfinder/__init__.py
middleware/net_suite/modules/macfinder/__init__.py
+1
-1
No files found.
middleware/net_suite/modules/macfinder/__init__.py
View file @
8cc5b49e
...
...
@@ -17,5 +17,5 @@ for line in ouis:
METADATA
=
ModMetaData
(
name
=
bb_name
,
mod_path
=
__name__
,
gitlab_url
=
'https://git.scc.kit.edu/scc-net/net-suite/net-suite-macfinder'
,
printable_name
=
'MACFinder'
,
version
=
get_git_version
(
__file__
),
contact_email
=
'dns-betrieb@scc.kit.edu'
,
is_tool
=
Tru
e
)
contact_email
=
'dns-betrieb@scc.kit.edu'
,
is_tool
=
Fals
e
)
from
.
import
views
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