Coverage for lutris.runners.dosbox : 84%

Hot-keys on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
# -*- coding:Utf-8 -*-
logger.debug("Running dosbox with config %s" % config_file) subprocess.Popen("dosbox -conf %s" % config_file, shell=True, stdout=subprocess.PIPE).communicate()
# pylint: disable=C0103 """Runner for MS Dos games""" """Constructor""" { "option": "main_file", "type": "file", "label": "EXE File" }, { "option": "config_file", "type": "file", "label": "Configuration file" } ]
""" Run the game """ self.game_path = os.path.dirname(self.exe) else: exe = [self.exe] else: return {'command': [self.executable] + params + exe} |