Skip to content

Instantly share code, notes, and snippets.

@vilmibm
Created November 30, 2018 21:18
Show Gist options
  • Save vilmibm/68a1d2c58137abec2e0f32957a6e68fb to your computer and use it in GitHub Desktop.
Save vilmibm/68a1d2c58137abec2e0f32957a6e68fb to your computer and use it in GitHub Desktop.
File "/home/tildemush/tildemush/server/tmserver/core.py", line 88, in handle_map
return self.game_world.handle_map(self.user_account.player_obj)
File "/home/tildemush/tildemush/server/tmserver/world.py", line 898, in handle_map
return render_map(cls, player_obj.room, distance=2)
File "/home/tildemush/tildemush/server/tmserver/mapping.py", line 27, in render_map
return graph_easy(mapfile)
File "/home/tildemush/tildemush/server/tmserver/mapping.py", line 37, in graph_easy
text=True)
File "/usr/lib/python3.6/subprocess.py", line 403, in run
with Popen(*popenargs, **kwargs) as process:
TypeError: __init__() got an unexpected keyword argument 'capture_output'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment