Skip to content

Commit 6bd59b6

Browse files
committed
Log start timestamps for individual scripts for greater insight
1 parent a9af5ef commit 6bd59b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_visualize/scripts/UPDATE.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ function errorCheck() {
3333

3434
# Basic script run procedure
3535
function runScript() {
36-
echo "Run - $1"
36+
echo "Run - $1 [$(date -u)]"
3737
python -u $1
3838
ret=$?
3939
errorCheck "$1"

0 commit comments

Comments
 (0)