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
Branches
Tags
No related merge requests found
...@@ -242,7 +242,7 @@ namespace ATxCommon ...@@ -242,7 +242,7 @@ namespace ATxCommon
try { try {
// make sure the target directory that should hold all subdirectories to // make sure the target directory that should hold all subdirectories to
// be moved is existing: // 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); Log.Warn("WARNING: destination path doesn't exist: {0}", destPath);
return false; return false;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment