diff --git a/sysinv/sysinv/sysinv/sysinv/agent/pv.py b/sysinv/sysinv/sysinv/sysinv/agent/pv.py index 5ca36ccab3..e47452327e 100644 --- a/sysinv/sysinv/sysinv/sysinv/agent/pv.py +++ b/sysinv/sysinv/sysinv/sysinv/agent/pv.py @@ -66,7 +66,7 @@ class PVOperator(object): pvdisplay_process = subprocess.Popen(pvdisplay_command, stdout=subprocess.PIPE, shell=True, - universal_newlnes=True) + universal_newlines=True) pvdisplay_output = pvdisplay_process.stdout.read() except Exception as e: self.handle_exception("Could not retrieve pvdisplay "