Skip to content
Snippets Groups Projects
Commit 4df50b51 authored by Cyril Danilevski's avatar Cyril Danilevski :scooter: Committed by Karim Ahmed
Browse files

Clarify log message to add beamtime date check

parent 696b3e23
No related branches found
No related tags found
1 merge request!725[webservice] Select partition based on beamtime dates
...@@ -610,7 +610,7 @@ async def get_slurm_partition( ...@@ -610,7 +610,7 @@ async def get_slurm_partition(
) )
logging.debug( logging.debug(
f"Using {partition} for {proposal_number} because {status_beamtime}" f"Using {partition} for {proposal_number} because {status_beamtime} and active now: {active_now}"
) )
return partition return partition
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment