Skip to content

Commit

Permalink
Issue #132
Browse files Browse the repository at this point in the history
Change "No base crane" to be None if there isnot base crane.
  • Loading branch information
akey7 committed Apr 7, 2020
1 parent 63d1c48 commit 7719a84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion post_processing_scripts/extract_crane_choice.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 7719a84

Please sign in to comment.