summaryrefslogtreecommitdiff
path: root/python/helpers/pycharm/behave_runner.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/helpers/pycharm/behave_runner.py')
-rw-r--r--python/helpers/pycharm/behave_runner.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/helpers/pycharm/behave_runner.py b/python/helpers/pycharm/behave_runner.py
index 0ad83137adb6..2ec649ea7c1d 100644
--- a/python/helpers/pycharm/behave_runner.py
+++ b/python/helpers/pycharm/behave_runner.py
@@ -228,6 +228,8 @@ if __name__ == "__main__":
pass
command_args = list(filter(None, sys.argv[1:]))
+ if command_args:
+ _bdd_utils.fix_win_drive(command_args[0])
my_config = configuration.Configuration(command_args=command_args)
formatters.register_as(_Null, "com.intellij.python.null")
my_config.format = ["com.intellij.python.null"] # To prevent output to stdout