aboutsummaryrefslogtreecommitdiffstats
path: root/gsxws/escalations.py
diff options
context:
space:
mode:
Diffstat (limited to 'gsxws/escalations.py')
-rw-r--r--gsxws/escalations.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gsxws/escalations.py b/gsxws/escalations.py
index 6a1ffbb..fe80ccc 100644
--- a/gsxws/escalations.py
+++ b/gsxws/escalations.py
@@ -56,7 +56,7 @@ class FileAttachment(GsxObject):
def __init__(self, fp):
super(FileAttachment, self).__init__()
self.fileName = os.path.basename(fp)
- self.fileData = open(fp, 'r')
+ self.fileData = open(fp, 'rb')
class Escalation(GsxObject):