modified: parse_salles.py
This commit is contained in:
parent
797514f712
commit
250ccebaf4
|
@ -34,6 +34,8 @@ def create_edt(heure:int, semestre:int, day:str) -> list[(int, str, int)]:
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
print(f"Error: {e}")
|
print(f"Error: {e}")
|
||||||
|
|
||||||
|
return coordinates
|
||||||
|
|
||||||
|
|
||||||
def isEmptyRoom(val:str) -> bool:
|
def isEmptyRoom(val:str) -> bool:
|
||||||
return (val is None or ("0" not in val and "O" not in val and "S1" not in val))
|
return (val is None or ("0" not in val and "O" not in val and "S1" not in val))
|
||||||
|
|
Loading…
Reference in New Issue