diff --git a/NGPIris/hcp/hcp.py b/NGPIris/hcp/hcp.py index 4143d71..159480e 100644 --- a/NGPIris/hcp/hcp.py +++ b/NGPIris/hcp/hcp.py @@ -404,7 +404,7 @@ def upload_file(self, local_file_path : str, key : str = "") -> None: key = file_name if "\\" in local_file_path: - raise RuntimeError("The \\ character is not allowed in the file path") + raise RuntimeError("The \"\\\" character is not allowed in the file path") if self.object_exists(key): raise ObjectAlreadyExist("The object \"" + key + "\" already exist in the mounted bucket")