Skip to content

Commit d0b50c7

Browse files
committed
fix paths of the colab-images-list
1 parent 76682bc commit d0b50c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/src/check-colab-images.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def main():
3232

3333
# Step 5: Read the existing CSV file from the local repository
3434
try:
35-
existing_df = pd.read_csv('/test/colab-images-list.csv')
35+
existing_df = pd.read_csv('test/colab-images-list.csv')
3636
except FileNotFoundError:
3737
print("Failed to read CSV file from local repository.")
3838
existing_df = None

0 commit comments

Comments
 (0)