Skip to content
Snippets Groups Projects
Commit 96052ebb authored by jce's avatar jce
Browse files

stupid little change the job_step_id's print out cleaner...

Now I will really be able to make some progress in squeue. ;-)
parent bcaa67b8
No related branches found
No related tags found
No related merge requests found
......@@ -265,7 +265,7 @@ print_job_steps( uint32_t job_id, uint16_t step_id )
List format = list_create( NULL );
step_format_add_id( format, 12, true );
step_format_add_id( format, 18, true );
step_format_add_user_id( format, 8, true );
step_format_add_start_time( format, 12, true );
step_format_add_nodes( format, 20, true );
......
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