Skip to content
Snippets Groups Projects
Commit e48af769 authored by Niko Ehrenfeuchter's avatar Niko Ehrenfeuchter :keyboard:
Browse files

Remove redundant leftover qualifier.

parent c823f3cd
No related branches found
No related tags found
No related merge requests found
......@@ -242,7 +242,7 @@ namespace ATxCommon
try {
// make sure the target directory that should hold all subdirectories to
// be moved is existing:
if (string.IsNullOrEmpty(FsUtils.CreateNewDirectory(destPath, false))) {
if (string.IsNullOrEmpty(CreateNewDirectory(destPath, false))) {
Log.Warn("WARNING: destination path doesn't exist: {0}", destPath);
return false;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment