arg type check
parent
fa927f40b8
commit
9b61c1b3c7
|
@ -34,6 +34,7 @@ def periodical_script():
|
||||||
|
|
||||||
logging.info(args)
|
logging.info(args)
|
||||||
|
|
||||||
|
if isinstance(args.eso_live_path, str):
|
||||||
if args.eso_live_path[:2] == "~/":
|
if args.eso_live_path[:2] == "~/":
|
||||||
args.eso_live_path = Path.home().joinpath(args.eso_live_path[2:])
|
args.eso_live_path = Path.home().joinpath(args.eso_live_path[2:])
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue