summaryrefslogtreecommitdiff
path: root/python/helpers/pycharm/lettuce_runner.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/helpers/pycharm/lettuce_runner.py')
-rw-r--r--python/helpers/pycharm/lettuce_runner.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/helpers/pycharm/lettuce_runner.py b/python/helpers/pycharm/lettuce_runner.py
index 3cd112540e5f..f0a4b5dbb873 100644
--- a/python/helpers/pycharm/lettuce_runner.py
+++ b/python/helpers/pycharm/lettuce_runner.py
@@ -109,4 +109,5 @@ class _LettuceRunner(_bdd_utils.BddRunner):
if __name__ == "__main__":
(base_dir, what_to_run) = _bdd_utils.get_path_by_args(sys.argv)
+ _bdd_utils.fix_win_drive(what_to_run)
_LettuceRunner(base_dir, what_to_run).run() \ No newline at end of file