return None
def launch_copy(self, tbl_stat):
- """Run paraller worker for copy."""
+ """Run parallel worker for copy."""
self.log.info("Launching copy process")
script = sys.argv[0]
conf = self.cf.filename
# pass same verbosity options as main script got
if self.options.quiet:
cmd.append('-q')
- if self.options.verbose:
- cmd.append('-v')
+ cmd += self.options.verbose * ['-v']
# let existing copy finish and clean its pidfile,
# otherwise new copy will exit immediately.