Skip to content

Commit

Permalink
finalize import/export
Browse files Browse the repository at this point in the history
  • Loading branch information
mhmdk0 committed Dec 8, 2024
1 parent 7465533 commit 3518f39
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cli/medperf/commands/dataset/import_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ def validate(self):
self.tarfiles = [os.path.join(self.tarfiles, file) for file in tarfiles_names]
with open(backup_config) as f:
self.paths = yaml.safe_load(f)
print(self.paths)
# Checks if yaml file paths are valid
if self.paths["dataset"] not in tarfiles_names:
raise ExecutionError("Dataset backup is invalid, dataset folders not found")
Expand Down

0 comments on commit 3518f39

Please sign in to comment.