Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
dmt
Commits
a909f323
Commit
a909f323
authored
Dec 10, 2020
by
Thanassis Tsiodras
Browse files
Don't report locking information.
parent
3df8826c
Pipeline
#2879
failed with stage
in 33 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
dmt/commonPy/asnParser.py
View file @
a909f323
...
...
@@ -404,7 +404,7 @@ def ParseAsnFileList(listOfFilenames: List[str]) -> None: # pylint: disable=inv
# To avoid race conditions from multiple processes spawning ASN1SCC at the same time,
# enforce mutual exclusion via locking.
with
lock_filename
(
'/tmp/onlyOneASN1SCC'
):
with
lock_filename
(
'/tmp/onlyOneASN1SCC'
,
verbose
=
False
):
xmlAST
=
None
someFilesHaveChanged
=
False
...
...
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