diff --git a/wandbox/__bash__.py b/wandbox/__bash__.py index 8aaeeff..9d7150c 100644 --- a/wandbox/__bash__.py +++ b/wandbox/__bash__.py @@ -50,7 +50,7 @@ class InnerCLI(CLI): def __init__(self): self.output = None - super(BashCLI.InnerCLI, self).__init__('Bash', 'bash', False, False) + super(BashCLI.InnerCLI, self).__init__('Bash script', 'bash', False, False) def get_runner(self, args, options): return BashRunner(args.language, args.compiler, args.save, args.encoding, args.retry, args.retry_wait) diff --git a/wandbox/__coffee__.py b/wandbox/__coffee__.py index 2b3448b..19e9438 100644 --- a/wandbox/__coffee__.py +++ b/wandbox/__coffee__.py @@ -57,7 +57,7 @@ def import_from(self, path, module_name_): class CoffeeCLI(CLI): def __init__(self, compiler=None): - super(CoffeeCLI, self).__init__('CoffeeScript', compiler, True, False) + super(CoffeeCLI, self).__init__('CoffeeScript', compiler, has_compiler_option_raw=False) def cxx_setup(self, lang, compiler): self.parser.add_argument(