Skip to content

Instantly share code, notes, and snippets.

@adamhjk
Created July 21, 2010 19:51
Show Gist options
  • Save adamhjk/485016 to your computer and use it in GitHub Desktop.
Save adamhjk/485016 to your computer and use it in GitHub Desktop.
account_hash = self.add_storage_account() if !account_hash
@notmyname
Copy link

if not acount_hash:
account_hash = self.add_storage_account()

@notmyname
Copy link

if not account_hash:
account_hash = self.add_storage_account()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment