Skip to content

Commit

Permalink
Update source_data.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ruchika817 committed Jul 28, 2021
1 parent ee46d13 commit d2f06bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pre-processing/pre-processing-code/source_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def source_dataset():
file_location = os.path.join(r, filename)
new_s3_key = data_set_name + '/dataset/' + obj_name

has_changes = md5_compare(s3, s3_bucket, new_s3_key, file_location)
has_changes = True #md5_compare(s3, s3_bucket, new_s3_key, file_location)
if has_changes:
s3.upload_file(file_location, s3_bucket, new_s3_key)
print('Uploaded: ' + filename)
Expand Down

0 comments on commit d2f06bd

Please sign in to comment.