mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-01-30 16:37:29 +01:00
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…
x
Reference in New Issue
Block a user