mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 16:34:47 +01:00
parent
5fe1eeb60f
commit
ae02abe0c9
1 changed files with 1 additions and 6 deletions
|
@ -202,12 +202,7 @@ class JsonHistoryGC(threading.Thread):
|
|||
# info: file size, closing timestamp, number of commands, filename
|
||||
ts = lj.get("ts", (0.0, None))
|
||||
files.append(
|
||||
(
|
||||
ts[1] or ts[0],
|
||||
len(lj.sizes["cmds"]) - 1,
|
||||
f,
|
||||
cur_file_size,
|
||||
),
|
||||
(ts[1] or ts[0], len(lj.sizes["cmds"]) - 1, f, cur_file_size,),
|
||||
)
|
||||
lj.close()
|
||||
if xonsh_debug:
|
||||
|
|
Loading…
Add table
Reference in a new issue