Skip to content

Commit

Permalink
Squash with scripts. now at debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewQuijano committed Aug 10, 2024
1 parent 0899da8 commit 47c2aa4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/lava.sh
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ if [ $add_queries -eq 1 ]; then
lf="$logs/add_queries.log"
truncate "$lf"
progress "everything" 1 "Adding queries to source with type $ATP and $project_name -- logging to $lf"
run_remote "$buildhost" "'$scripts/add_queries.sh $ATP_TYPE $project_name'" "$lf"
run_remote "$buildhost" "$scripts/add_queries.sh $ATP_TYPE $project_name" "$lf"
if [ "$fixupscript" != "null" ]; then
lf="$logs/fixups.log"
truncate "$lf"
Expand Down
2 changes: 1 addition & 1 deletion tools/lavaTool/get_c_files.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/python3

import json
import os
Expand Down

0 comments on commit 47c2aa4

Please sign in to comment.