We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f823e60 commit b4d3ad3Copy full SHA for b4d3ad3
1 file changed
commandLine/src/main.cpp
@@ -508,8 +508,8 @@ int main(int argc, char* argv[]){
508
if (ofFilePath::isAbsolute(projectName)) {
509
projectPath = projectName;
510
} else {
511
- projectPath = of::filesystem::absolute(projectPath).string();
512
- }
+ projectPath = of::filesystem::absolute(projectName).string();
+ }
513
514
ofLogError() << "Missing project path";
515
printHelp();
0 commit comments