chore(windows installer): remove check of dst dir

This commit is contained in:
David Callu 2015-11-17 09:55:37 +01:00 committed by Edouard DUPIN
parent e69ef58485
commit 8c74123cde

View File

@ -17,12 +17,9 @@ args = parser.parse_args()
# test args
if not os.path.isdir(args.src):
print(args.src + ' not not such directory')
print(args.src + ' not such directory')
sys.exit(1)
if not os.path.isdir(args.dst):
print(args.dst + ' not not such directory')
sys.exit(1)
# customize args