mirror of
https://github.com/claunia/osrepodbmgr.git
synced 2025-12-16 19:14:25 +00:00
Refactor: Format.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2017-05-11 Natalia Portillo <claunia@claunia.com>
|
||||||
|
|
||||||
|
* Workers.cs:
|
||||||
|
Refactor: Format.
|
||||||
|
|
||||||
2017-05-11 Natalia Portillo <claunia@claunia.com>
|
2017-05-11 Natalia Portillo <claunia@claunia.com>
|
||||||
|
|
||||||
* Context.cs:
|
* Context.cs:
|
||||||
|
|||||||
@@ -1463,7 +1463,7 @@ namespace osrepodbmgr.Core
|
|||||||
{
|
{
|
||||||
if(id == 0 || string.IsNullOrWhiteSpace(mdid))
|
if(id == 0 || string.IsNullOrWhiteSpace(mdid))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
string destination = Path.Combine(Settings.Current.RepositoryPath, mdid[0].ToString(),
|
string destination = Path.Combine(Settings.Current.RepositoryPath, mdid[0].ToString(),
|
||||||
mdid[1].ToString(), mdid[2].ToString(), mdid[3].ToString(),
|
mdid[1].ToString(), mdid[2].ToString(), mdid[3].ToString(),
|
||||||
mdid[4].ToString(), mdid) + ".zip";
|
mdid[4].ToString(), mdid) + ".zip";
|
||||||
|
|||||||
Reference in New Issue
Block a user