Skip to content

Weird truncation issue with profile-defined ini settings #2

@apinstein

Description

@apinstein

Works:
profile.ini:
path.project.appDir = ""

config.ini:
path.phocoa = ##path.project.appDir##/externals/phocoa/phocoa

Fails:
profile.ini:
path.project.appDir = ""
path.phocoa = ##path.project.appDir##/externals/phocoa/phocoa

path.phocoa ends up as only expanded ##path.project.appDir## and skips the rest of the string.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions