TextGAIL icon indicating copy to clipboard operation
TextGAIL copied to clipboard

AttributeError: 'NoneType' object has no attribute 'owd'

Open xiang-xiang-zhu opened this issue 2 years ago • 0 comments

when I ran python main.py --config config/config.yaml

Traceback (most recent call last):
  File "main.py", line 36, in <module>
    main()
  File "main.py", line 22, in main
    config = FlyConfig.load()
  File "/home/hx/github项目/TorchFly/torchfly/flyconfig/flyconfig.py", line 189, in load
    config.runtime.owd = os.getcwd()
AttributeError: 'NoneType' object has no attribute 'owd'

xiang-xiang-zhu avatar Nov 19 '22 09:11 xiang-xiang-zhu