diff --git a/post_processing_scripts/extract_crane_choice.py b/post_processing_scripts/extract_crane_choice.py index 15c288a5..3089b387 100644 --- a/post_processing_scripts/extract_crane_choice.py +++ b/post_processing_scripts/extract_crane_choice.py @@ -85,7 +85,7 @@ if len(base_row) > 0: base = " ".join(base_row["Non-numeric value"].values[0].split(" - ")[:-1]) else: - base = "No base crane" + base = None aligned_erection_row = { "Project ID with serial": project_id_with_serial,