Skip to content

Commit

Permalink
TTT fix for _file_key not being set
Browse files Browse the repository at this point in the history
It was mtime yes
  • Loading branch information
Utumno committed May 22, 2024
1 parent c200e3d commit 74db79d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Mopy/bash/bolt.py
Original file line number Diff line number Diff line change
Expand Up @@ -1866,6 +1866,9 @@ def validate_name(self, name_str, check_store=True):
def info_dir(self):
return self.abs_path.head

def __repr__(self): # bypass AFInfo - abs path is not always set
return super(AFile, self).__repr__()

#------------------------------------------------------------------------------
class PickleDict(object):
"""Dictionary saved in a pickle file.
Expand Down

0 comments on commit 74db79d

Please sign in to comment.