JSzitas/autodep

Fix autodep "Cannot overwrite ..." message formatting

Closed this issue · 1 comments

The current message is

Cannot overwrite existing file -please set overwrite to TRUE after checking your file.

Should be (with the space):

Cannot overwrite existing file - please set overwrite to TRUE after checking your file.

Resolved as of c74692f .