Created
November 30, 2018 21:18
-
-
Save vilmibm/68a1d2c58137abec2e0f32957a6e68fb to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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