* removed sudo

* Revert "removed sudo"

This reverts commit 0011cd4446.

* fixing the format
This commit is contained in:
arisettisanjana 2024-05-27 16:15:05 +05:30 коммит произвёл GitHub
Родитель 20cc0aa816
Коммит 2f94eb1d22
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -650,7 +650,7 @@ class HandlerUtility:
stat_rept.timestampUTC = date_place_holder
date_string = r'\/Date(' + str((int)(time_span)) + r')\/'
stat_rept = "[" + json.dumps(stat_rept, cls = ComplexEncoder) + "]"
stat_rept = stat_rept.replace(r'\\\/', r'\/') # To fix the datetime format of CreationTime to be consumed by C# DateTimeOffset
stat_rept = stat_rept.replace('\\\/', '\/') # To fix the datetime format of CreationTime to be consumed by C# DateTimeOffset
stat_rept = stat_rept.replace(date_place_holder,date_string)
# Add Status as sub-status for Status to be written on Status-File