Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mvpatel2000 committed Jan 22, 2024
1 parent 6dd56d8 commit 49abf41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer/utils/checkpoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def is_checkpoint_legacy_sharded(object_store: Optional[ObjectStore], source_pat
metadata_destination = os.path.join(str(temp_dir), '.metadata')
object_store.download_object(object_name=metadata_path, filename=metadata_destination)
return False
except FileNotFoundError as e:
except FileNotFoundError:
return True


Expand Down

0 comments on commit 49abf41

Please sign in to comment.