make --dry-run work, fixes #199
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
		
					parent
					
						
							
								a132adbb03
							
						
					
				
			
			
				commit
				
					
						589d50bdba
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -126,7 +126,7 @@ class Config(object):
 | 
				
			||||||
                remote_exec=args.remote_exec,
 | 
					                remote_exec=args.remote_exec,
 | 
				
			||||||
                remote_copy=args.remote_copy)
 | 
					                remote_copy=args.remote_copy)
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
            c = cls(local, remote)
 | 
					            c = cls(local, remote, dry_run=args.dry_run)
 | 
				
			||||||
            c.run()
 | 
					            c.run()
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
        except cdist.Error as e:
 | 
					        except cdist.Error as e:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue