Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions installation_and_upgrade/ibex_install_utils/tasks/backup_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,16 +144,6 @@ def backup_checker(self) -> None:
"Please backup manually."
)

for path in (SETTINGS_DIR, AUTOSAVE, EPICS_UTILS_PATH):
# Either the folder or the corresponding .zip file should exist
if not os.path.exists(self._path_to_backup(path)) and not os.path.exists(
self._path_to_backup(path) + ".zip"
):
self.prompt.prompt_and_raise_if_not_yes(
f"Error found with backup. '{path}' did not back up properly. "
"Please backup manually."
)

@task("Removing old version of IBEX")
def remove_old_ibex(self) -> None:
"""
Expand Down
Loading