Skip to content

Commit 95c4b18

Browse files
committed
Added Pydantic model for skipped rsync files data
1 parent bf52777 commit 95c4b18

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/murfey/util/models.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,12 @@ class RsyncerInfo(BaseModel):
7878
tag: str = ""
7979

8080

81+
class RsyncerSkippedFiles(BaseModel):
82+
source: str
83+
session_id: int
84+
increment_count: int = 1
85+
86+
8187
"""
8288
Single Particle Analysis
8389
========================

0 commit comments

Comments
 (0)