We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44024a8 commit 83fd75fCopy full SHA for 83fd75f
1 file changed
tools/marvin/marvin/deployDataCenter.py
@@ -1133,7 +1133,7 @@ def removeDataCenter(self):
1133
print("\n====DeployDC: CleanUp Started====")
1134
ret = FAILED
1135
if self.__dcCfgFile:
1136
- file_to_read = open(self.__dcCfgFile, 'r')
+ file_to_read = open(self.__dcCfgFile, 'rb')
1137
if file_to_read:
1138
self.__dcCfg = pickle.load(file_to_read)
1139
if self.__dcCfg:
0 commit comments