File tree 1 file changed +2
-4
lines changed
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -64,8 +64,7 @@ def calc_time(lines: list[str]) -> None:
64
64
fmt_duration = format_seconds (duration )
65
65
if lang_ver != f'{ language } /{ version } ' :
66
66
reason = ''
67
- if True or language == "en" :
68
- print (f"{ start_timestamp : <20} | { version : <7} | { language : <8} | { fmt_duration :<14} | { reason } " )
67
+ print (f"{ start_timestamp : <20} | { version : <7} | { language : <8} | { fmt_duration :<14} | { reason } " )
69
68
start = end = start_timestamp = None
70
69
71
70
if ': Full build done' in line :
@@ -74,8 +73,7 @@ def calc_time(lines: list[str]) -> None:
74
73
print (f"{ timestamp : <20} | --FULL- | -BUILD-- | { fmt_duration :<14} | -----------" )
75
74
76
75
if start and end is None :
77
- if True or language == "en" :
78
- print (f"{ start_timestamp : <20} | { version : <7} | { language : <8} | In progress... | { reason } " )
76
+ print (f"{ start_timestamp : <20} | { version : <7} | { language : <8} | In progress... | { reason } " )
79
77
80
78
81
79
def format_seconds (seconds : float ) -> str :
You can’t perform that action at this time.
0 commit comments