We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76df32f commit ecb0953Copy full SHA for ecb0953
builder/frameworks/espidf.py
@@ -971,7 +971,7 @@ def generate_empty_partition_image(binary_path, image_size):
971
def get_partition_info(pt_path, pt_offset, pt_params):
972
if not os.path.isfile(pt_path):
973
sys.stderr.write(
974
- "Missing partition table file `%s`\n" % os.path.basename(pt_path)
+ "Missing partition table file `%s`\n" % pt_path
975
)
976
env.Exit(1)
977
0 commit comments