Skip to content

Commit ba907c4

Browse files
committed
Further cleanup
1 parent c48b388 commit ba907c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/jobs/jsontogitlab.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ def cleanHash(toHash):
1010
return hashlib.sha224(toHash).hexdigest()
1111

1212
def sec_start(job,header):
13-
print('section_start:{}:{}{}{}'.format(int(time.time()),cleanHash(job),'\r\033[0K',header))
13+
print('section_start:\r\033[0K{}'.format(header))
1414

1515
def sec_end(job):
16-
print('section_end:{}:{}'.format(int(time.time()),cleanHash(job)+'\r\033[0K'))
16+
print('section_end\r\033[0K'))
1717

1818
with open(sys.argv[1],'r') as f:
1919
data = json.load(f)

0 commit comments

Comments
 (0)