Skip to content

Commit

Permalink
Version 0.94 Update
Browse files Browse the repository at this point in the history
  • Loading branch information
rjsears authored Aug 10, 2021
1 parent e94af08 commit f81022d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chianas/move_local_plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f81022d

Please sign in to comment.