Add missing dot typo

This commit is contained in:
Roberto Rosario
2012-02-12 23:38:22 -04:00
parent e7825dedb6
commit a0ce01fc0c

View File

@@ -194,7 +194,7 @@ def upload_interactive(request, source_type=None, source_id=None, document_pk=No
expand = False
else:
if staging_folder.uncompress == SOURCE_UNCOMPRESS_CHOICE_ASK:
expand = form.cleaned_dataget('expand')
expand = form.cleaned_data.get('expand')
else:
if staging_folder.uncompress == SOURCE_UNCOMPRESS_CHOICE_Y:
expand = True