Skip to content

Commit

Permalink
Merge pull request #1108 from MetPX/utime_possible_typo
Browse files Browse the repository at this point in the history
Change chmod -> utime, i think it was a typo?
  • Loading branch information
petersilva authored Jun 13, 2024
2 parents e2e39cf + 0d5eb3b commit f5b8f18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sarracenia/flow/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2742,7 +2742,7 @@ def set_remote_file_attributes(self, proto, remote_file, msg):
except:
pass

if hasattr(proto, 'chmod'):
if hasattr(proto, 'utime'):
if self.o.timeCopy and 'mtime' in msg and msg['mtime']:
mtime = sarracenia.timestr2flt(msg['mtime'])
atime = mtime
Expand Down

0 comments on commit f5b8f18

Please sign in to comment.