shipyard/src/bin
Bryan Strassner 20c27eed66 [FIX] Single line sql split/join fix
Because the type of the query was generated by sqlalchemy.sql.text(),
the TextClause object did not have a split() method, and crashed out
trying to reformat into one line.  Using the str() wrapper provides a
string that can be properly split and joined.

Change-Id: I1ed9e39d7ebf3904d3d233330ee57082ad02c5f3
2018-08-08 08:32:21 -05:00
..
shipyard_airflow [FIX] Single line sql split/join fix 2018-08-08 08:32:21 -05:00
shipyard_client Unit tests added for ``get site-statuses`` cli 2018-08-01 17:04:14 +05:30