Marthee commited on
Commit
17f7d00
·
verified ·
1 Parent(s): bc353a9

Update Doors_Schedule.py

Browse files
Files changed (1) hide show
  1. Doors_Schedule.py +1 -1
Doors_Schedule.py CHANGED
@@ -385,7 +385,7 @@ def get_selected_columns_all(dfs, user_patterns):
385
  # 3ayz akhaleehaa te search fel selected_columns column names nafsaha
386
  # 7ab2a 3ayz a3raf bardo maktooba ezay fel df el 7a2e2ya (akeed za ma el user medakhalha bezabt)
387
  def get_st_op_pattern(selected_columns, user_input):
388
- target = 'structural opening'
389
  if target in selected_columns.columns:
390
  name = user_input[2]
391
  return name
 
385
  # 3ayz akhaleehaa te search fel selected_columns column names nafsaha
386
  # 7ab2a 3ayz a3raf bardo maktooba ezay fel df el 7a2e2ya (akeed za ma el user medakhalha bezabt)
387
  def get_st_op_pattern(selected_columns, user_input):
388
+ target = 'structural_opening'
389
  if target in selected_columns.columns:
390
  name = user_input[2]
391
  return name