]> 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)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 18 Jun 2020 13:48:52 +0000 (15:48 +0200)
commit1565d2fe562da8e7d10181f30d7e3228c91f23b3
tree07ce9cfcaa6654189cd48044030faae0e26e2269
parent59f636dcead42060212d4b8b551b36a4f2da330d
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