Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Alex Pearce
Moore
Commits
fb80655d
Commit
fb80655d
authored
Aug 09, 2019
by
Arthur Marius Hennequin
Committed by
Sascha Stahl
Aug 09, 2019
Browse files
Fix ignoreChecksum
parent
1e151d3a
Changes
1
Hide whitespace changes
Inline
Side-by-side
PyConf/python/PyConf/environment.py
View file @
fb80655d
...
...
@@ -175,7 +175,7 @@ class EverythingHandler(object):
evtSel
=
iohelper
.
inputFiles
(
inputFiles
)
inputs
=
[]
for
inp
in
evtSel
.
Input
:
inputs
.
append
(
inp
+
'
IgnoreChecksum=
"
YES
"
'
)
inputs
.
append
(
inp
+
"
IgnoreChecksum=
'
YES'
"
)
evtSel
.
Input
=
inputs
evtSel
.
PrintFreq
=
10000
setup_component
(
'DDDBConf'
,
Simulation
=
Simulation
,
DataType
=
dataType
)
...
...
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