Skip to content

Instantly share code, notes, and snippets.

@benley
Created January 7, 2015 02:52
Show Gist options
  • Save benley/79e3600ba0793023408e to your computer and use it in GitHub Desktop.
Save benley/79e3600ba0793023408e to your computer and use it in GitHub Desktop.
Fatal error running command:
Traceback (most recent call last):
File "/usr/bin/aurora2/apache/aurora/client/cli/__init__.py", line 394, in _execute
result = noun.execute(context)
File "/usr/bin/aurora2/apache/aurora/client/cli/__init__.py", line 481, in execute
return self.verbs[context.options.verb].execute(context)
File "/usr/bin/aurora2/apache/aurora/client/cli/jobs.py", line 243, in execute
context.print_out(config.job())
File "/usr/bin/aurora2/apache/aurora/client/cli/__init__.py", line 131, in print_out
lines = msg.split("\n")
AttributeError: 'JobConfiguration' object has no attribute 'split'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment