UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Ironbank Tools
project-template
Commits
eec0d322
Commit
eec0d322
authored
Mar 02, 2021
by
Joshua Eason
Browse files
Merge branch 'jeason-master-patch-61303' into 'master'
Correcting badges See merge request
!15
parents
4cca9f34
d94df08d
Pipeline
#184948
passed with stage
in 26 minutes and 51 seconds
Changes
1
Pipelines
8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
template.py
template.py
+3
-3
No files found.
template.py
View file @
eec0d322
...
...
@@ -6,7 +6,7 @@ from modules import projects
from
modules
import
branches
from
modules
import
file_templates
from
modules
import
badges
from
modules
import
approval_badges
#
from modules import approval_badges
logging
.
basicConfig
(
format
=
'[%(levelname)s] %(asctime)s - %(message)s'
,
datefmt
=
'%d-%b-%y %H:%M:%S'
)
...
...
@@ -57,8 +57,8 @@ def main(argv):
'projects'
,
'file_templates'
,
'branches'
,
#
'badges',
'approval_badges'
'badges'
,
#
'approval_badges'
]
usage
=
[]
...
...
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