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
49f1137f
Commit
49f1137f
authored
Jun 04, 2018
by
Maxime Perrotin
Browse files
Remove old assert
parent
44734598
Changes
1
Hide whitespace changes
Inline
Side-by-side
dmt/commonPy/asnParser.py
View file @
49f1137f
...
...
@@ -388,7 +388,6 @@ def ParseAsnFileList(listOfFilenames: List[str]) -> None: # pylint: disable=inv
xmlAST
=
xmlAST2
=
None
someFilesHaveChanged
=
False
if
projectCache
:
assert
(
projectCache
)
filehash
=
hashlib
.
md5
()
for
each
in
sorted
(
listOfFilenames
):
filehash
.
update
(
open
(
each
).
read
().
encode
(
'utf-8'
))
...
...
Write
Preview
Supports
Markdown
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