Skip to content

Commit

Permalink
Update process_readme.py
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsuresh committed Mar 4, 2024
1 parent dca152c commit 18bfff5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/script/process_readme.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
files=sys.argv[1:]

for file in files:
if not os.path.isfile(file):
continue
if not file.endswith("_cm.json") and not file.endswith("_cm.yaml"):
continue
if not file.startswith(os.path.join("cm-mlops", "script")):
Expand Down

0 comments on commit 18bfff5

Please sign in to comment.