Skip to content

Commit

Permalink
run
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAnno committed Oct 16, 2024
1 parent e5c3116 commit 3c7cc32
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ def sync_from_remote(self) -> None:
for file in self._all_files:

if "binary-amd64" in file and "axosyslog-" in file and "20241010T090547" not in file:
print("--------------------------------delete: " + file)
# self.__delete_remote_file(file)
#print("--------------------------------delete: " + file)
self.__delete_remote_file(file)
continue


Expand Down

0 comments on commit 3c7cc32

Please sign in to comment.