Skip to content

Commit

Permalink
remove last remnants
Browse files Browse the repository at this point in the history
  • Loading branch information
fontanka16 committed Jun 23, 2022
1 parent 95168c4 commit 09011c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/folio_migration_tools/folder_structure.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import logging
import sys
from pathlib import Path
import time
from pathlib import Path

from folio_uuid.folio_namespaces import FOLIONamespaces

Expand Down Expand Up @@ -117,7 +117,6 @@ def setup_migration_file_structure(self, source_file_type: str = ""):
)

# Mapping files
self.temp_locations_map_path = self.mapping_files_folder / "temp_locations.tsv"
self.material_type_map_path = self.mapping_files_folder / "material_types.tsv"
self.loan_type_map_path = self.mapping_files_folder / "loan_types.tsv"
self.temp_loan_type_map_path = self.mapping_files_folder / "temp_loan_types.tsv"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def __init__(
else:
logging.info(
"%s not found. No temporary location mapping will be performed",
self.folder_structure.temp_locations_map_path,
self.task_config.temp_location_map_file_name,
)
temporary_location_mapping = None
self.mapper = ItemMapper(
Expand Down

0 comments on commit 09011c5

Please sign in to comment.