Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
smuzaffar committed Nov 29, 2024
1 parent bcda26e commit af5d6b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions es_relval_log.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ def es_parse_jobreport(payload, logFile):
def es_parse_log(logFile):
stamp = "%s-es" % logFile
if exists(stamp):
print("Adready process: ",logFile)
return
print("Adready process: ", logFile)
return
t = os.path.getmtime(logFile)
timestp = int(t * 1000)
payload = {}
Expand Down Expand Up @@ -215,7 +215,7 @@ def es_parse_log(logFile):
send_payload("ib-dataset-" + week, "relvals-dataset", idx, json.dumps(dataset))
ref = open(stamp, "w")
ref.close()
print("Done processing :",logFile)
print("Done processing :", logFile)


if __name__ == "__main__":
Expand Down

0 comments on commit af5d6b6

Please sign in to comment.