path now shows type in object
This commit is contained in:
2
path.py
2
path.py
@@ -26,5 +26,5 @@ class Path(db.Model):
|
||||
num_files = db.Column(db.Integer)
|
||||
|
||||
def __repr__(self):
|
||||
return f"<id: {self.id}, path_prefix: {self.path_prefix}, num_files={self.num_files}>"
|
||||
return f"<id: {self.id}, path_prefix: {self.path_prefix}, num_files={self.num_files}, type={self.type}>"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user