Skip to content
Snippets Groups Projects
Commit c7de9e84 authored by Dylan Aïssi's avatar Dylan Aïssi
Browse files

Fix indentation style

parent 78245445
Branches
Tags
3 merge requests!37Merge changes from apertis/v2022-updates into apertis/v2022,!32[v2022 <- v2023dev3] Merge v2023dev3 in v2022,!25Add a new tool: apertis-abi-compare
......@@ -137,7 +137,6 @@ def main():
os.mkdir(folder_old_bin)
for bin_deb in list_bin_deb:
print(bin_deb)
# subprocess.run(['/usr/bin/apt','-t','unstable','download', bin_deb], cwd=folder_old_bin)
subprocess.run(['/usr/bin/apt','download', bin_deb], cwd=folder_old_bin)
my_old_deb = list(pathlib.Path(folder_old_bin).glob('*.deb'))[0]
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment