]> 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:09:31 +0000 (19:09 -0500)
commitfb9bc1a3f71a600ccf7f44164eef470ae79e7479
treea2f27aa9344ce011f4b84f48236718235fbcb824
parent4150011e1e6bab205b2d25fb2173a60b2a2b3d77
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.

(cherry picked from commit 9d8dfe934ba6a73a899c907a687552104d2cb847)
lib/scripts/TeXFiles.py