Skip to content

Commit

Permalink
Merge pull request #76 from mytardis/develop
Browse files Browse the repository at this point in the history
Merging into master for v0.6.2 build
  • Loading branch information
wettenhj authored Oct 7, 2016
2 parents bc7fc82 + 7924d10 commit e4e8a7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mydata/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"""
import sys

__version__ = "0.6.1"
__version__ = "0.6.2"


try:
Expand Down
2 changes: 1 addition & 1 deletion mydata/controllers/verifications.py
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ def HandleUnresumableUpload(self, existingDatafile):
self.verificationModel.SetMessage("Found unverified datafile record.")
self.folderModel.SetDataFileUploaded(self.dataFileIndex, True)
self.foldersModel.FolderStatusUpdated(self.folderModel)
if self.foldersController.uploadMethod == UploadMethod.POST:
if self.foldersController.uploadMethod == UploadMethod.HTTP_POST:
self.verificationModel.SetStatus(
VerificationStatus.FOUND_UNVERIFIED_FULL_SIZE)
eventId = self.foldersController\
Expand Down

0 comments on commit e4e8a7b

Please sign in to comment.