Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
nxd-bom
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Klaus Wölfel
nxd-bom
Commits
3c24faaa
Commit
3c24faaa
authored
Jun 05, 2023
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
isconf += .cfg.jinja2
Occured during Caucase.
parent
79c38fb3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
nxdbom/__init__.py
nxdbom/__init__.py
+1
-0
nxdbom/nxdbom_test.py
nxdbom/nxdbom_test.py
+1
-0
No files found.
nxdbom/__init__.py
View file @
3c24faaa
...
...
@@ -351,6 +351,7 @@ def isconf(url):
url.endswith('
.
cfg
') or
\
url.endswith('
.
cfg
.
in
') or
\
url.endswith('
.
cnf
.
in
') or
\
url.endswith('
.
cfg
.
jinja2
') or
\
url.endswith('
.
cfg
.
jinja2
.
in
') or
\
url.endswith('
.
jinja2
.
cfg
') or
\
url.endswith('
.
jinja2
.
library
') or
\
...
...
nxdbom/nxdbom_test.py
View file @
3c24faaa
...
...
@@ -49,6 +49,7 @@ def test_namever(url, nameok, verok):
'xxx.cfg'
,
'xxx.cfg.in'
,
'xxx.cnf.in'
,
'xxx.cfg.jinja2'
,
'xxx.cfg.jinja2.in'
,
'xxx.jinja2.cfg'
,
'xxx.jinja2.library'
,
...
...
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