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