Migrate to uv; fix clippings paths and wrapper
This commit is contained in:
parent
3347a242ef
commit
4df608c440
7 changed files with 5137 additions and 7 deletions
|
|
@ -31,7 +31,7 @@ while true; do
|
|||
time_start=$(date +%s)
|
||||
|
||||
# Call the python script with the query and format the output
|
||||
python3 $QUERY_SCRIPT --query "$query" | \
|
||||
python3 $QUERY_SCRIPT "$query" | \
|
||||
expand | sed -E 's|(.* )(.*/data)|\1./data|' | fold -s -w 131
|
||||
|
||||
time_end=$(date +%s)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue