Skip to content

Commit

Permalink
use local path
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonie-kramer committed Jan 5, 2024
1 parent 3f49638 commit cc71458
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public static SpaceConfigurationFromModelOutputs Execute(Dictionary<string, Mode
var programName = input.Program ?? "Open Office";
var layoutGeneration = new SpaceConfigurationFromModelLayoutGeneration(spaceConfiguration);

string configJsonPath = Path.Combine(Path.GetDirectoryName(System.Reflection.Assembly.GetExecutingAssembly().Location), input.ModelFile.LocalFilePath);
string configJsonPath = input.ModelFile.LocalFilePath;
SpaceConfiguration configs = ContentManagement.GetSpaceConfiguration<ProgramRequirement>(inputModels, configJsonPath, programName);

var result = layoutGeneration.StandardLayoutOnAllLevels(programName, inputModels, null, false, configs);
Expand Down

0 comments on commit cc71458

Please sign in to comment.