mirror of
https://git.freebsd.org/ports.git
synced 2025-06-26 07:00:31 -04:00
- Change MASTER_SITES to GitHub - Add LICENSE_FILE - Add NO_ARCH - Allow concurrent installation (USE_PYTHON=concurrent) - Bump PORTREVISION for package change Changes: https://github.com/msoulier/tftpy/commits/master
11 lines
517 B
Python
11 lines
517 B
Python
--- tftpy/TftpStates.py.orig 2016-07-07 08:32:15 UTC
|
|
+++ tftpy/TftpStates.py
|
|
@@ -368,7 +368,7 @@ class TftpStateServerRecvWRQ(TftpServerS
|
|
f = self.context.upload_open(path, self.context)
|
|
if f is None:
|
|
self.sendError(TftpErrors.AccessViolation)
|
|
- raise TftpException, "Dynamic path %s not permitted" % path
|
|
+ raise TftpException("Dynamic path %s not permitted" % path)
|
|
else:
|
|
self.context.fileobj = f
|
|
else:
|