]> git.lyx.org Git - features.git/commit
Fix bug #11750.
authorRichard Kimberly Heck <rikiheck@lyx.org>
Tue, 25 Feb 2020 00:00:31 +0000 (19:00 -0500)
committerRichard Kimberly Heck <rikiheck@lyx.org>
Tue, 25 Feb 2020 00:07:31 +0000 (19:07 -0500)
commit9d8dfe934ba6a73a899c907a687552104d2cb847
tree490ac20ac32adac36bd2621478b9002b6a9cdef3
parent74540c9896892b8f956f52258a59613af83a5cf8
Fix bug #11750.

Unfortunately, stat.st_ino returns 0 on Windows, at least on Python 2.7, so we can't use that way of telling when we're seeing the same directory again. Surely the real pathname should work.
lib/scripts/TeXFiles.py