Skip to content

Commit

Permalink
Fix list file (Azure-Samples#897)
Browse files Browse the repository at this point in the history
  • Loading branch information
pamelafox authored Nov 2, 2023
1 parent b3c55b0 commit 3bf2d19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/prepdocslib/listfilestrategy.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def check_md5(self, path: str) -> bool:
if stored_hash and stored_hash.strip() == existing_hash.strip():
if self.verbose:
print(f"Skipping {path}, no changes detected.")
return True
return True

# Write the hash
with open(hash_path, "w", encoding="utf-8") as md5_f:
Expand Down

0 comments on commit 3bf2d19

Please sign in to comment.