ucd-cws / PISCES

Software for tracking and analyzing fish species range data
Other
0 stars 2 forks source link

Map generation fails because it can't replace species code in title on maps without a species #64

Closed nickrsan closed 9 years ago

nickrsan commented 10 years ago

Original report by Nicholas Santos (Bitbucket: nickrsan, GitHub: nickrsan).


Getting full map generation failures (KeyError) because it tries to replace the species name using part of the layer name, but that's obviously not in the species dict. maybe an error in the regex?

nickrsan commented 9 years ago

Original comment by Nicholas Santos (Bitbucket: nickrsan, GitHub: nickrsan).


This regex was fixed recently during another bugfix.