mirror of https://github.com/n1nj4sec/pupy.git
display remote pupyimporter errors as warning
This commit is contained in:
parent
7df37c5194
commit
f4b716078f
|
@ -288,7 +288,7 @@ class PupyClient(object):
|
|||
return dic
|
||||
|
||||
def remote_print_error(self, msg):
|
||||
self.pupsrv.handler.display_error(msg)
|
||||
self.pupsrv.handler.display_warning(msg)
|
||||
|
||||
def _get_module_dic(self, search_path, start_path, pure_python_only=False, remote=False, check_server_arch=False):
|
||||
modules_dic = {}
|
||||
|
|
Loading…
Reference in New Issue