Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Commit

Permalink
Corrected spelling mistake in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
PalNilsson committed Dec 14, 2018
1 parent afb108f commit 3dec733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion movers/rucio_sitemover.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def stageInFile(self, turl, dst, fspec):
error_msg = error

if error_msg and not success:
raise PilotException('stageIn with API faied: %s' % error, code=PilotErrors.ERR_STAGEINFAILED)
raise PilotException('stageIn with API failed: %s' % error, code=PilotErrors.ERR_STAGEINFAILED)

# TODO: fix in rucio download to set specific outputfile
cmd = 'mv %s %s' % (dirname(dst) + '/%s/%s' % (fspec.scope,
Expand Down

0 comments on commit 3dec733

Please sign in to comment.