Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
uwdkn
mjtest
Commits
ce2e95e4
Commit
ce2e95e4
authored
Nov 20, 2016
by
Johannes Bechberger
Browse files
Fixed some exec test cases
parent
b96bb3ab
Changes
1
Hide whitespace changes
Inline
Side-by-side
mjtest/environment.py
View file @
ce2e95e4
...
...
@@ -155,7 +155,7 @@ class Environment:
return
dst_file
self
.
_already_preprocessed_files
.
add
(
dst_file
)
if
os
.
path
.
exists
(
dst_file
)
and
os
.
path
.
isfile
(
dst_file
)
and
os
.
path
.
getmtime
(
file
)
<
os
.
path
.
getmtime
(
dst_file
):
if
os
.
path
.
exists
(
dst_file
)
and
os
.
path
.
isfile
(
dst_file
)
and
os
.
path
.
getmtime
(
file
)
<
os
.
path
.
getmtime
(
dst_file
)
and
False
:
_LOG
.
debug
(
"File '{}' already exists in a pre processed form"
.
format
(
os
.
path
.
relpath
(
file
)))
return
dst_file
cur
=
os
.
path
.
split
(
dst_file
)[
0
]
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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