azure-slurm/slurmcc/partition.py [227:233]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            except:
                logging.error(
                    f"Invalid threshold at index {i} for partition {partition_name} - {threshold}, expected an integer.",
                    threshold,
                )
                logging.error("You will have to edit autoscale.json manually instead.")
                return {}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



azure-slurm/slurmcc/partition.py [245:251]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            except:
                logging.error(
                    f"Invalid threshold at index {i} for partition {partition_name} - {threshold}, expected an integer.",
                    threshold,
                )
                logging.error("You will have to edit autoscale.json manually instead.")
                return {}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



