nsat / pypredict

Spire port of predict open-source tracking library
GNU General Public License v2.0
64 stars 17 forks source link

Add host_qth call and custom pypredict exception class #5

Closed jtrutna closed 9 years ago

jtrutna commented 9 years ago

Can I get an emergency PR review @mdevs5531? (blocking joel's gnuradio PR)

jtrutna commented 9 years ago

Or @mconst-nanosatisfi?

mconst-spire commented 9 years ago

This looks fine to me.

It doesn't hurt to call str() when passing an argument to the %s format specifier, but it's not necessary -- %s calls str() on its argument automatically.