Skip to content

Commit

Permalink
Rename assets_fetch.py to fetch_assets.py (#2061)
Browse files Browse the repository at this point in the history
rename assets_fetch.py to fetch_assets.py
  • Loading branch information
NadeemYaseen authored Oct 15, 2024
1 parent 1dab4b1 commit 2f42c5d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ checkout_vpr_latest(${CMAKE_CURRENT_SOURCE_DIR})

if(NOT DEFINED ENV{CI})
execute_process(
COMMAND python3 -u ${CMAKE_CURRENT_SOURCE_DIR}/asset_fetch.py
COMMAND python3 -u ${CMAKE_CURRENT_SOURCE_DIR}/fetch_assets.py
RESULT_VARIABLE FETCHER_STATUS
OUTPUT_VARIABLE SCRIPT_OUTPUT
ERROR_VARIABLE SCRIPT_OUTPUT
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ doc:
cd -

fetch_assets:
python3 asset_fetch.py
python3 fetch_assets.py

uninstall:
$(RM) -r $(PREFIX)/bin/raptor
Expand Down
File renamed without changes.

0 comments on commit 2f42c5d

Please sign in to comment.