Skip to content

Commit 28be346

Browse files
authored
Update job.py
1 parent 2fb6802 commit 28be346

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/glue/job.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
##Verify Versions of Imported Libraries
2121
print("Boto3 Version : ",boto3.__version__)
22-
print("GLue Utils Version : " ,glueutils.__version__)
22+
print("Glue Utils Version : " ,glueutils.__version__)
2323

2424
s3_input_path = 's3://' + args['S3_BUCKET'] + '/data/'
2525
s3_output_path = 's3://' + args['S3_BUCKET'] + '/dataoutput/'

0 commit comments

Comments
 (0)