Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
SA3
SA3LI Trial
Commits
c43e765a
Commit
c43e765a
authored
Jan 22, 2021
by
canterburym
Browse files
Fixing empty dict linter bug
parent
9f58e283
Pipeline
#2587
passed with stages
in 56 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
testing/lint_asn1.py
testing/lint_asn1.py
+1
-1
No files found.
testing/lint_asn1.py
View file @
c43e765a
...
...
@@ -194,7 +194,7 @@ def lintASN1File (asnFile):
def
lintASN1Files
(
fileList
):
if
len
(
fileList
)
==
0
:
logging
.
warning
(
"No files specified"
)
return
[]
return
{}
errorMap
=
{}
logging
.
info
(
"Checking files..."
)
...
...
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