프로젝트

일반

사용자정보

개정판 1e505680

ID1e505680204b8091be6e96186ff1d7e6b8cdfb8e
상위 f4d6cc10
하위 1734774c

humkyung 이(가) 약 7년 전에 추가함

Check if file exists

차이점 보기:

DTI_PID/DTI_PID/DTI_PID.py
835 835
            path = sys.argv[1]  # 1 argument given is a string for the path of drawing
836 836
    
837 837
        #region Program start
838
        main(path)
838
        if len(path) and os.path.isfile(path):
839
            main(path)
839 840
        #endregion
840 841
    except Exception as ex:
841 842
        print('에러가 발생했습니다.\n', ex)

내보내기 Unified diff

클립보드 이미지 추가 (최대 크기: 500 MB)