mirror of
https://github.com/cowrie/cowrie.git
synced 2025-07-01 18:07:27 -04:00
Merge pull request #1211 from micheloosterhof/apt
better argument parsing
This commit is contained in:
@ -19,7 +19,7 @@ class command_faked_package_class_factory(object):
|
|||||||
def getCommand(name):
|
def getCommand(name):
|
||||||
class command_faked_installation(HoneyPotCommand):
|
class command_faked_installation(HoneyPotCommand):
|
||||||
def call(self):
|
def call(self):
|
||||||
self.write(b"%s: Segmentation fault\n" % name)
|
self.write("{}: Segmentation fault\n".format(name))
|
||||||
|
|
||||||
return command_faked_installation
|
return command_faked_installation
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user