Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
scanopm committed Jun 12, 2018
1 parent 3db20a8 commit edd6f02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpackutils/providers/artifactory.py
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ def packinfo(self, packagename, repo=None, keeptempfiles=False):
packinfo.tempdir = dest
packinfo.status = PackStatus.DOWNLOAD_FAILED
packinfo.fullstatus = 'Failed to download package ' \
+ packagenae
+ packagename
if dest and os.path.exists(dest) and not keeptempfiles:
shutil.rmtree(dest)
return packinfo

0 comments on commit edd6f02

Please sign in to comment.