Mindwerks / worldengine

World generator using simulation of plates, rain shadow, erosion, etc.
MIT License
981 stars 127 forks source link

Fix AttributeError: 'World' object has no attribute #237

Closed c-w closed 7 years ago

c-w commented 7 years ago

This pull request fixes #235 and makes the following type of command line interactions work again:

python worldengine --ice -n foo
python worldengine export foo.world
coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 85.703% when pulling 6cd20ec943649c50fa2de354473b9bd99165fcdd on c-w:master into d7604c9be043916d67ff441da863fc102bf5ab98 on Mindwerks:master.

codecov-io commented 7 years ago

Current coverage is 80.67% (diff: 0.00%)

Merging #237 into master will not change coverage

@@             master       #237   diff @@
==========================================
  Files            28         28          
  Lines          3819       3819          
  Methods           0          0          
  Messages          0          0          
  Branches        764        764          
==========================================
  Hits           3081       3081          
  Misses          546        546          
  Partials        192        192          

Powered by Codecov. Last update d7604c9...6cd20ec

ftomassetti commented 7 years ago

Thanks for this PR!