Check if db_ip file is empty
In the function fetch_gb_for_input_parts
, if a db_ip file is empty, it raises a StopIteration Error.
We should anticipate to raise a catchable error.
Line 120 in simulator.py
csr_reader = csv.reader(input_parts_file_stream, delimiter=";")
header = next(csr_reader)