print first line
This commit is contained in:
		
							parent
							
								
									0ab598f253
								
							
						
					
					
						commit
						1ccffecc37
					
				| 
						 | 
					@ -25,6 +25,7 @@ def main(args, path: Path, log: Log):
 | 
				
			||||||
    else:
 | 
					    else:
 | 
				
			||||||
        sleep(1)
 | 
					        sleep(1)
 | 
				
			||||||
        log.debug("reading from stdin")
 | 
					        log.debug("reading from stdin")
 | 
				
			||||||
 | 
					        print(stdin.readline())
 | 
				
			||||||
        borg_output = " ".join(stdin.readlines())
 | 
					        borg_output = " ".join(stdin.readlines())
 | 
				
			||||||
        log.debug(f"stdin output: {borg_output}")
 | 
					        log.debug(f"stdin output: {borg_output}")
 | 
				
			||||||
        if args.label is None:
 | 
					        if args.label is None:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user