Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
Merge pull request #245 from ryansb/master
Browse files Browse the repository at this point in the history
Fixed extra print statement
  • Loading branch information
kopertop committed Jul 9, 2011
2 parents ddd1428 + a76a81b commit cc3e701
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bin/launch_instance
Expand Up @@ -87,7 +87,6 @@ def scripts_callback(option, opt, value, parser):
SCRIPTS.append(arg[0]) SCRIPTS.append(arg[0])
else: else:
SCRIPTS.extend(arg) SCRIPTS.extend(arg)
print SCRIPTS
setattr(parser.values, option.dest, SCRIPTS) setattr(parser.values, option.dest, SCRIPTS)


def add_script(scr_url): def add_script(scr_url):
Expand Down Expand Up @@ -209,7 +208,7 @@ if __name__ == "__main__":
except Exception, e: except Exception, e:
pass pass


user_data = boto.utils.write_mime_multipart(scriptuples, compress=False) user_data = boto.utils.write_mime_multipart(scriptuples, compress=True)


shutdown_proc = "terminate" shutdown_proc = "terminate"
if options.save_ebs: if options.save_ebs:
Expand Down

0 comments on commit cc3e701

Please sign in to comment.