mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-04-19 18:05:05 +00:00
Fix attempt
This commit is contained in:
parent
21fe5e69ce
commit
5aec09ceb1
@ -75,7 +75,8 @@ def get_boolean_property_or_false(properties: ConfigParser, group: str, key: str
|
||||
return properties[group][key] == "true"
|
||||
|
||||
def write_defaults(output_file):
|
||||
default_properties = read_file("Buildscripts/sdkconfig/default.properties")
|
||||
default_propertie_path = os.path.join("Buildscripts", "sdkconfig", "default.properties")
|
||||
default_properties = read_file(default_propertie_path)
|
||||
output_file.write(default_properties)
|
||||
|
||||
def write_partition_table(output_file, device_properties: ConfigParser, is_dev: bool):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user