Skip to content

Commit

Permalink
Merge pull request #419 from nicmoya/timestamp_edit
Browse files Browse the repository at this point in the history
removed colons from timestamp
  • Loading branch information
AndreaGuarracino authored Oct 23, 2024
2 parents c3714fc + ff454b1 commit 8aedae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pggb
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ if [[ $poa_threads == 0 ]]; then
poa_threads=$threads
fi

date=`date "+%m-%d-%Y_%H:%M:%S"`
date=`date "+%m-%d-%Y_%H%M%S"`
log_file="$prefix_smoothed_output".$date.log
param_file="$prefix_smoothed_output".$date.params.yml

Expand Down

0 comments on commit 8aedae9

Please sign in to comment.