Add keyword argument

Signed-off-by: Roberto Rosario <Roberto.Rosario@mayan-edms.com>
This commit is contained in:
Roberto Rosario
2019-01-02 14:46:41 -04:00
parent 924538fe48
commit cdb29b11f9

View File

@@ -154,7 +154,7 @@ class NPMRegistry(object):
def _read_package(self):
with self.package_file.open(mode='rb') as file_object:
self._package_data = json.loads(file_object.read())
self._package_data = json.loads(s=file_object.read())
def install(self, package=None):
if package: