[cs615asa] [git commit] CS615 EBS-BACKUP; backup a directory into Elastic Block Storage (EBS) branch main updated. fb651e5008bac6432a9e0cd01c55b46974e3c9bc

Git Owner jschauma at stevens.edu
Wed Apr 21 15:33:20 EDT 2021


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CS615 EBS-BACKUP; backup a directory into Elastic Block Storage (EBS)".

The branch, main has been updated
       via  fb651e5008bac6432a9e0cd01c55b46974e3c9bc (commit)
      from  d680152bbd86bc7109d59044ed421811bcc7c5ba (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit fb651e5008bac6432a9e0cd01c55b46974e3c9bc
Author: ngoldstein51 <ngoldstein51 at gmail.com>
Date:   Wed Apr 21 15:29:18 2021 -0400

    fixed syntax error in main.py

diff --git a/src/main.py b/src/main.py
index 58495c4..07eca56 100644
--- a/src/main.py
+++ b/src/main.py
@@ -82,7 +82,7 @@ def wait_for_instance_ok(instance_id, tries):
     if(i == tries):
         print('Max tries reached.  Moving on...')
     else:
-        print('Instace {id} Status: ok'.format(id=instance_id)
+        print('Instace {id} Status: ok'.format(id=instance_id))
 
 def wait_for_volume_status(volume_id, target_status, tries):
     i = 1

-----------------------------------------------------------------------

Summary of changes:
 src/main.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
CS615 EBS-BACKUP; backup a directory into Elastic Block Storage (EBS)


More information about the cs615asa mailing list