Abspath for existing_updateinfo_path

This commit is contained in:
Mustafa Gezen 2023-02-04 01:37:16 +01:00
parent 7287bb38eb
commit c64f9621fa
Signed by untrusted user who does not match committer: mustafa
GPG Key ID: DCDF010D946438C1
1 changed files with 2 additions and 2 deletions

View File

@ -199,8 +199,8 @@ async def update_repomd_xml(repomd_xml_path: str, updateinfo: dict):
# Get the location of the updateinfo file
location = data.find("location", NS)
location_href = location.attrib["href"]
existing_updateinfo_path = os.path.join(
repomd_xml_path, "../..", location_href
existing_updateinfo_path = os.path.abspath(
os.path.join(repomd_xml_path, "../..", location_href)
)
# Delete the data element