We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76682bc commit d0b50c7Copy full SHA for d0b50c7
1 file changed
test/src/check-colab-images.py
@@ -32,7 +32,7 @@ def main():
32
33
# Step 5: Read the existing CSV file from the local repository
34
try:
35
- existing_df = pd.read_csv('/test/colab-images-list.csv')
+ existing_df = pd.read_csv('test/colab-images-list.csv')
36
except FileNotFoundError:
37
print("Failed to read CSV file from local repository.")
38
existing_df = None
0 commit comments