Skip to content

Commit

Permalink
Same formatting for directory timestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
Neves-P committed Jun 12, 2024
1 parent 4160bd1 commit 29ab450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eessi_bot_event_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,7 @@ def handle_pull_request_closed_event(self, event_info, pr):

repo_name = request_body['repository']['full_name']
dt = datetime.now(timezone.utc)
trash_bin_dir = "/".join([trash_bin_root_dir, repo_name, dt.strftime('%Y%m%d')])
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

0 comments on commit 29ab450

Please sign in to comment.