From f81022d16b7f1e7f58ec363e42e7c9de36a7de1d Mon Sep 17 00:00:00 2001 From: rjsears Date: Mon, 9 Aug 2021 19:53:01 -0700 Subject: [PATCH] Version 0.94 Update --- chianas/move_local_plots.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chianas/move_local_plots.py b/chianas/move_local_plots.py index 5f817f2..d941468 100644 --- a/chianas/move_local_plots.py +++ b/chianas/move_local_plots.py @@ -21,7 +21,7 @@ from system_logging import setup_logging import shutil from timeit import default_timer as timer -from drive_manager import notify, check_space_available, get_all_available_system_space, get_internal_plot_drive_to_use +from drive_manager import get_drive_info, notify, check_space_available, get_all_available_system_space, get_internal_plot_drive_to_use import subprocess import pathlib from drivemanager_classes import DriveManager, config_file, PlotManager