File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
"""#############################################################################
2
2
#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 .
4
4
#Agreement: Use this tool at your own risk. Author is not liable for any damages
5
5
# or losses related to the use of this software.
6
6
################################################################################
@@ -325,4 +325,4 @@ def RepresentsInt(s):
325
325
loader = import_module (loader_file )
326
326
loader .load (location )
327
327
print ('Elapsed: S3->Redshift :%s sec.' % round ((time .time () - start_time2 ),2 ))
328
- sys .stdout .write ('--------------------------------\n Total elapsed: %s sec.\n ' % round ((time .time () - start_time ),2 ))
328
+ sys .stdout .write ('--------------------------------\n Total elapsed: %s sec.\n ' % round ((time .time () - start_time ),2 ))
You can’t perform that action at this time.
0 commit comments