Kavita naming convention
This commit is contained in:
parent
d6a62dc315
commit
5b41f687d0
@ -125,6 +125,10 @@ public abstract class Connector
|
|||||||
logger?.WriteLine(this.GetType().ToString(), $"Moving old file {oldFilePath2} -> {newFilePath}");
|
logger?.WriteLine(this.GetType().ToString(), $"Moving old file {oldFilePath2} -> {newFilePath}");
|
||||||
File.Move(oldFilePath2, newFilePath);
|
File.Move(oldFilePath2, newFilePath);
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
logger?.WriteLine(this.GetType().ToString(), $"No old files found:\n{oldFilePath}\n{oldFilePath2}");
|
||||||
|
}
|
||||||
return File.Exists(newFilePath);
|
return File.Exists(newFilePath);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user