fixed: os.environ for 3.8

This commit is contained in:
wataru 2023-01-12 01:12:50 +09:00
parent 3a04b7cd1f
commit fdb8e30382

View File

@ -80,7 +80,7 @@ if __name__ == thisFilename or args.colab == True:
if args.colab == True:
os.environ["colab"] = True
os.environ["colab"] = "True"
# if os.getenv("EX_TB_PORT"):
# EX_TB_PORT = os.environ["EX_TB_PORT"]
# exApplitionInfo.external_tensorboard_port = int(EX_TB_PORT)