Skip to content

Commit

Permalink
Protect agains cannot find some project folder parent
Browse files Browse the repository at this point in the history
  • Loading branch information
e-marchand committed Sep 16, 2024
1 parent 8dd3a8b commit 8b70a93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project/Sources/Methods/project_Check_param.4dm
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ redmine:#117188
[BUG] error generating a mobile project if the project.4dmobileapp file is not in the Mobile Projects folder
*/

$result.success:=(cs:C1710.doc.new($in.project._folder.parent).relativePath="/Mobile Projects/")
$result.success:=(String:C10(cs:C1710.doc.new($in.project._folder.parent).relativePath)="/Mobile Projects/")

If (Not:C34($result.success))

Expand Down

0 comments on commit 8b70a93

Please sign in to comment.