cleanup one line
This commit is contained in:
parent
3fb3fcc0eb
commit
e86447e5db
1 changed files with 2 additions and 1 deletions
|
|
@ -44,7 +44,8 @@ def parseArgs():
|
||||||
|
|
||||||
def handleJob(jobInfo):
|
def handleJob(jobInfo):
|
||||||
jobInfo.handleCall()
|
jobInfo.handleCall()
|
||||||
|
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
args = parseArgs()
|
args = parseArgs()
|
||||||
log = Logger(args.logfile, args.loglevel)
|
log = Logger(args.logfile, args.loglevel)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue