Coverage for hypergan/configuration.py : 89%
Hot-keys on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
|
os.path.abspath(os.path.relpath("."))+"/", dirname + "/configurations/", os.path.abspath(os.path.expanduser('~/.hypergan/configs/'))+'/' ] print("[hypergan] Could not find config named:", configuration, "checked paths", Configuration.paths) paths = Configuration.all_paths() return sorted(sum([[x.split("/")[-1].split(".")[0] for x in glob.glob(path+"/*.json")] for path in paths], []))
|