fixed logging changes to be python2 compatible, small change to Pipfile to support possibility of installing to python2, but python3 required for dev
This commit is contained in:
parent
0683ea3c22
commit
58471b168b
5 changed files with 14 additions and 93 deletions
|
@ -101,7 +101,7 @@ def get_merged_config(filename):
|
|||
"numthreads": "1",
|
||||
"grpcport": "50051",
|
||||
"grpcaddress": "localhost",
|
||||
"logfile": None
|
||||
"logfile": ""
|
||||
}
|
||||
|
||||
parser = argparse.ArgumentParser(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue