You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exception in thread Thread-1:
Traceback (most recent call last):
File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py", line 810, in __bootstrap_inner
self.run()
File "automaton.py", line 60, in run
cluster.deploy_software()
File "/Users/voran/projects/git/automaton/resources/cluster/clusters.py", line 206, in deploy_software
LOG.error("Deploy_software: " + command.stdout)
TypeError: cannot concatenate 'str' and 'NoneType' objects
The text was updated successfully, but these errors were encountered:
dmurtari
pushed a commit
to dmurtari/automaton
that referenced
this issue
Feb 10, 2014
Added lib/config.py with classes that retrieve and store options from the config files
Implemented classes Cloud, Clouds, Cluster, Clusters
Update cu-csc#1: changed Log.info to Log.debug
Update cu-csc#2: removed etc/automaton.conf
Update cu-csc#3: added a check before registering a key
Update cu-csc#4: replaced string concatenation in %s
Update cu-csc#5: added file default locations in the help for command line arguments
Update cu-csc#6: replaces old function names with log_info and get_fqdns
dmurtari
pushed a commit
to dmurtari/automaton
that referenced
this issue
Apr 30, 2014
Added lib/config.py with classes that retrieve and store options from the config files
Implemented classes Cloud, Clouds, Cluster, Clusters
Update cu-csc#1: changed Log.info to Log.debug
Update cu-csc#2: removed etc/automaton.conf
Update cu-csc#3: added a check before registering a key
Update cu-csc#4: replaced string concatenation in %s
Update cu-csc#5: added file default locations in the help for command line arguments
Update cu-csc#6: replaces old function names with log_info and get_fqdns
Triggered by specifying an invalid ssh_priv_key:
The text was updated successfully, but these errors were encountered: