Fix project
This commit is contained in:
@@ -236,7 +236,7 @@ r"ファイルを書き込みます。
|
|||||||
{
|
{
|
||||||
if (proj.empty)
|
if (proj.empty)
|
||||||
{
|
{
|
||||||
return "[DEFAULT]";//TODO:current project!!
|
return currentProject;
|
||||||
}
|
}
|
||||||
return proj;
|
return proj;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user