Skip to content

Extra "}" ends processing of the config file #6

Description

@Lisias

The following config file

@PART[some-part-1]
{
	%MODULE[something]
	{
		foo = bar
	}
}

@PART[some-part-2]
{
	%MODULE[something]
	{
		foo = bar
	}
}

// Note this extra brace
}
// end note

@PART[some-part-3]
{
	%MODULE[something]
	{
		foo = bar
	}
}

Renders the some-part-3 patch unreachable.

This is likely something on the KSP file parser, as some-part-3 patch is not being listed on the KSP.log - but I need to document this krap somewhere, and this issue looks a good place.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions