Skip to content

Commit

Permalink
Treat hound to some white spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Neves-P committed Jun 4, 2024
1 parent d5f1d39 commit e0910f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eessi_bot_event_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,7 @@ def handle_pull_request_merged_event(self, event_info, pr):
repo_name = repo_cfg[cvmfs_repository.REPOS_CFG_REPO_NAME]
dt = datetime.now(timezone.utc)
trash_bin_dir = "/".join([trash_bin_root_dir, repo_name, dt.strftime('%Y%m%d')])

# Subdirectory with date of move. Also with repository name. Handle symbolic links (later?)
# cron job deletes symlinks?

Expand Down
2 changes: 1 addition & 1 deletion tasks/clean_up.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
def move_to_trash_bin(trash_bin_dir, job_dirs):
funcname = sys._getframe().f_code.co_name
log(f"{funcname}(): trash_bin_dir = {trash_bin_dir}")

move_cmd = ["mkdir -p trash_bin_dir && mv -t", trash_bin_dir]
for job_dir in job_dirs:
move_cmd.append(job_dir)
Expand Down

0 comments on commit e0910f6

Please sign in to comment.