pull/185/head
Rui Carmo 2020-03-15 17:07:23 +00:00 zatwierdzone przez GitHub
rodzic 0cd70300d3
commit 4732f2729a
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -969,7 +969,7 @@ def multi_tail(app, filenames, catch_up=20):
# Set up current state for each log file
for f in filenames:
prefixes[f] = splitext(basename(f))[0]
ffiles[f] = open(f, "rt", encoding="utf-8", errors="ignore")
files[f] = open(f, "rt", encoding="utf-8", errors="ignore")
inodes[f] = stat(f).st_ino
files[f].seek(0, 2)