Skip to content

Commit 2d8877b

Browse files
author
Korney Gedert
committed
Add TODO for logging (wip)
1 parent f6e8467 commit 2d8877b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

gpoa/apt1_runner

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ class Apt_applier:
6868
Returns:
6969
response
7070
"""
71+
# TODO: add package install/remove logging
7172
response = self.apt_iface.ApplyAsync(" ".join(self.remove_packages), " ".join(map(str, self.install_packages)) + " ".join(map(remove_prefix, self.remove_packages)))
7273
print(f"ApplyAsync started with response code: {response}")
7374
return response
@@ -80,6 +81,7 @@ class Apt_applier:
8081
Returns:
8182
response
8283
"""
84+
# TODO: add update logging
8385
response = self.apt_iface.UpdateAsync()
8486
print(f"UpdateAsync started with response code: {response}")
8587
return response

0 commit comments

Comments
 (0)