Skip to content

Commit 56f729a

Browse files
committed
Add workflow_id in project.copy
1 parent 8ef2f83 commit 56f729a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/superannotate/lib/core/entities/project.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ def __copy__(self):
135135
users=self.users,
136136
settings=[s.__copy__() for s in self.settings],
137137
upload_state=self.upload_state,
138+
workflow_id=self.workflow_id,
138139
)
139140

140141
def __eq__(self, other):

0 commit comments

Comments
 (0)