summaryrefslogtreecommitdiffstats
path: root/func/overlord/cmd_modules/copyfile.py
diff options
context:
space:
mode:
Diffstat (limited to 'func/overlord/cmd_modules/copyfile.py')
-rw-r--r--func/overlord/cmd_modules/copyfile.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/func/overlord/cmd_modules/copyfile.py b/func/overlord/cmd_modules/copyfile.py
index 3206a4e..9a6f54d 100644
--- a/func/overlord/cmd_modules/copyfile.py
+++ b/func/overlord/cmd_modules/copyfile.py
@@ -47,9 +47,6 @@ class CopyFile(client.command.Command):
if self.options.port:
self.port = self.options.port
- def parse(self, argv):
- self.argv = argv
- return command.Command.parse(self,argv)
def do(self, args):
self.server_spec = self.parentCommand.server_spec