Example #1
0
 def current(self, conf, dburl=None, verbose=None):
     if dburl is None:
         commands.current(verbose, sql_url=CONF.sql_connection)
     else:
         commands.current(verbose, sql_url=str(dburl))
Example #2
0
 def current(self, args):
     commands.current(args.verbose, sql_url=args.dburl)
 def current(self, dburl=None, verbose=None):
     if dburl is None:
         commands.current(verbose, sql_url=CONF.sql_connection)
     else:
         commands.current(verbose, sql_url=str(dburl))
Example #4
0
 def current(self, args):
     commands.current(args.verbose, sql_url=args.dburl)