Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
78542835
Commit
78542835
authored
Jan 17, 2012
by
Alexandre Duret-Lutz
Browse files
* wrap/python/ajax/spot.py: Add a required "None" second
argument to utime().
parent
a5787937
Changes
3
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
78542835
2012-01-17 Alexandre Duret-Lutz <adl@lrde.epita.fr>
* wrap/python/ajax/spot.py: Add a required "None" second
argument to utime().
2012-01-17 Alexandre Duret-Lutz <adl@lrde.epita.fr>
minimize_wdba() failed to fully minimize some automata.
...
...
NEWS
View file @
78542835
...
...
@@ -9,6 +9,7 @@ New in spot 0.8.1a:
clear whether this could have had an inpact on WDBA minimization
(the worse case is that some TGBA would not have been minimized
when they could).
- Fix a Python syntax error in the CGI script.
- Fix compilation with g++ 4.0.
- Fix a make check failure when valgrind is missing.
...
...
wrap/python/ajax/spot.in
View file @
78542835
#!@PYTHON@
# -*- mode: python; coding: iso-8859-1 -*-
# Copyright (C) 2011 Laboratoire de Recherche et Dveloppement
de
# l'Epita (LRDE).
# Copyright (C) 2011
, 2012
Laboratoire de Recherche et Dveloppement
#
de
l'Epita (LRDE).
#
# This file is part of Spot, a model checking library.
#
...
...
@@ -45,7 +45,7 @@ if qs:
print
cache
.
read
()
# Touch the directory containing the files we used, so
# it that it survives the browser's cache.
os
.
utime
(
imgprefix
)
os
.
utime
(
imgprefix
,
None
)
exit
(
0
)
except
IOError
:
# We failed to open the file.
...
...
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