Skip to content

Commit 89ae68c

Browse files
authored
Update bitbucket.py
1 parent c8ddc2e commit 89ae68c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

atlassian/bitbucket.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1158,4 +1158,4 @@ def upload_file(self, project, repository, content, message, branch, filename):
11581158
project=project,
11591159
repository=repository,
11601160
filename=filename)
1161-
return self.put(url, data=data)
1161+
return self.put(url, files=data)

0 commit comments

Comments
 (0)