Skip to content

Commit

Permalink
some housekeeping
Browse files Browse the repository at this point in the history
  • Loading branch information
kauevestena committed Sep 26, 2024
1 parent fb69a8b commit 329a199
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions statistics_funcs.py → dashboard/statistics_funcs.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
import sys

sys.path.append("oswm_codebase")

from datetime import datetime
from functions import *

Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion runners/daily.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ python oswm_codebase/data_quality/tag_values_checking.py || echo "tag_values_che

python oswm_codebase/data_quality/quality_check_compiling.py || echo "quality_check_compiling.py failed"; \

python oswm_codebase/statistics_generation.py || echo "statistics_generation.py failed"
python oswm_codebase/dashboard/statistics_generation.py || echo "statistics_generation.py failed"

0 comments on commit 329a199

Please sign in to comment.