Skip to content

Instantly share code, notes, and snippets.

@alikins
Created October 15, 2009 21:11
Show Gist options
  • Save alikins/211285 to your computer and use it in GitHub Desktop.
Save alikins/211285 to your computer and use it in GitHub Desktop.
Traceback (most recent call last):
File "bin/rho", line 22, in <module>
CLI().main()
File "/home/adrian/src/rho/src/rho/cli.py", line 95, in main
cmd.main()
File "/home/adrian/src/rho/src/rho/clicommands.py", line 86, in main
self._do_command()
File "/home/adrian/src/rho/src/rho/clicommands.py", line 247, in _do_command
crypto.write_file(self.options.config, c, self.passphrase)
File "/home/adrian/src/rho/src/rho/crypto.py", line 125, in write_file
f = open(filename, 'w')
IOError: [Errno 2] No such file or directory: '~/.rho.conf'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment