forked from ungleich-public/cdist
		
	enable-beta -> beta
This commit is contained in:
		
					parent
					
						
							
								bc5f6c8923
							
						
					
				
			
			
				commit
				
					
						d17c517a0c
					
				
			
		
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -67,13 +67,13 @@ class CdistBetaRequired(cdist.Error):
 | 
				
			||||||
        if self.arg is None:
 | 
					        if self.arg is None:
 | 
				
			||||||
            err_msg = ("\'{}\' command is beta, but beta is "
 | 
					            err_msg = ("\'{}\' command is beta, but beta is "
 | 
				
			||||||
                       "not enabled. If you want to use it please enable beta "
 | 
					                       "not enabled. If you want to use it please enable beta "
 | 
				
			||||||
                       "functionalities by using the -b/--enable-beta command "
 | 
					                       "functionalities by using the -b/--beta command "
 | 
				
			||||||
                       "line flag or setting CDIST_BETA env var.")
 | 
					                       "line flag or setting CDIST_BETA env var.")
 | 
				
			||||||
            fmt_args = [self.command, ]
 | 
					            fmt_args = [self.command, ]
 | 
				
			||||||
        else:
 | 
					        else:
 | 
				
			||||||
            err_msg = ("\'{}\' argument of \'{}\' command is beta, but beta "
 | 
					            err_msg = ("\'{}\' argument of \'{}\' command is beta, but beta "
 | 
				
			||||||
                       "is not enabled. If you want to use it please enable "
 | 
					                       "is not enabled. If you want to use it please enable "
 | 
				
			||||||
                       "beta functionalities by using the -b/--enable-beta "
 | 
					                       "beta functionalities by using the -b/--beta "
 | 
				
			||||||
                       "command line flag or setting CDIST_BETA env var.")
 | 
					                       "command line flag or setting CDIST_BETA env var.")
 | 
				
			||||||
            fmt_args = [self.arg, self.command, ]
 | 
					            fmt_args = [self.arg, self.command, ]
 | 
				
			||||||
        return err_msg.format(*fmt_args)
 | 
					        return err_msg.format(*fmt_args)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue