Skip to content

Commit

Permalink
remove force perserve date
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaiPetukhov committed Dec 30, 2024
1 parent 71c9dda commit a057fe5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -1444,7 +1444,6 @@ def _progress_cb(n=1):

def main():
state = extract_state_from_env()
state[JSONKEYS.OPTIONS][JSONKEYS.PRESERVE_SRC_DATE] = True
sly.logger.info("State:", extra=state)
action = state[JSONKEYS.ACTION]
if action == "move":
Expand Down

0 comments on commit a057fe5

Please sign in to comment.