Skip to content

Commit 039ff48

Browse files
committed
Adding missing flock boolean propagation into upload context by client. Closes #150.
1 parent 47f96be commit 039ff48

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tftpy/TftpClient.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ def upload(
130130
timeout,
131131
retries=retries,
132132
localip=self.localip,
133+
flock=self.flock
133134
)
134135
with self.context as c:
135136
c.start()

0 commit comments

Comments
 (0)