Skip to content

Commit d525ec6

Browse files
authored
Update postgresql_to_redshift_loader.py
1 parent 861f6f4 commit d525ec6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sources/postgresql_to_redshift_loader.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""#############################################################################
22
#PostgreSQL-to-Redshift Data Loader (v1.2, beta, 04/05/2016 15:11:53) [64bit]
3-
#Copyright (c): 2016 Alex Buzunov, All rights reserved.
3+
#Copyright (c): 2016 Alex Buzunov. Free to use or distribute.
44
#Agreement: Use this tool at your own risk. Author is not liable for any damages
55
# or losses related to the use of this software.
66
################################################################################
@@ -325,4 +325,4 @@ def RepresentsInt(s):
325325
loader=import_module(loader_file)
326326
loader.load(location)
327327
print ('Elapsed: S3->Redshift :%s sec.' % round((time.time() - start_time2),2))
328-
sys.stdout.write('--------------------------------\nTotal elapsed: %s sec.\n' % round((time.time() - start_time),2))
328+
sys.stdout.write('--------------------------------\nTotal elapsed: %s sec.\n' % round((time.time() - start_time),2))

0 commit comments

Comments
 (0)