Update src/shf_wrapper.py
This commit is contained in:
@@ -58,6 +58,7 @@ def main(argv):
|
||||
parser.add_argument("--verbose", type=str2bool)
|
||||
|
||||
args = parser.parse_args()
|
||||
print(args)
|
||||
shf(**vars(args))
|
||||
return
|
||||
|
||||
|
Reference in New Issue
Block a user