Skip to content
This repository has been archived by the owner on Dec 26, 2019. It is now read-only.

Commit

Permalink
Message fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
keyraphi committed Jun 27, 2019
1 parent 1d00474 commit 0447076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/cronjob/submission_zipper.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ func (job *SubmissionFileZipper) Run() {
// retry later
helper.FileDelete(archivLockPath)
helper.FileDelete(sheetLockPath)
fmt.Println(" Opening submission file", submissionHnd.Path())
fmt.Println(" Opening submission file failed for ", submissionHnd.Path())
return
}
defer zipfile.Close()
Expand Down

0 comments on commit 0447076

Please sign in to comment.