kopia lustrzana https://github.com/piku/piku
Fix typo
rodzic
0cd70300d3
commit
4732f2729a
2
piku.py
2
piku.py
|
@ -969,7 +969,7 @@ def multi_tail(app, filenames, catch_up=20):
|
||||||
# Set up current state for each log file
|
# Set up current state for each log file
|
||||||
for f in filenames:
|
for f in filenames:
|
||||||
prefixes[f] = splitext(basename(f))[0]
|
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
|
inodes[f] = stat(f).st_ino
|
||||||
files[f].seek(0, 2)
|
files[f].seek(0, 2)
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue