Skip to content

Commit

Permalink
Fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Atkins-Turkish committed Apr 11, 2016
1 parent b4ccef5 commit c154347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ide/models/s3file.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def padded_id(self):

@property
def local_filename(self):
padded_id = self.paded_id
padded_id = self.padded_id
return '%s%s/%s/%s/%s' % (settings.FILE_STORAGE, self.folder, padded_id[0], padded_id[1], padded_id)

@property
Expand Down

0 comments on commit c154347

Please sign in to comment.