| commit | c3d3a90f6b4ead083d63e28e6b9fcea93d675678 | [log] [tgz] |
|---|---|---|
| author | Tor Norbye <tnorbye@google.com> | Thu Sep 04 13:24:04 2014 -0700 |
| committer | Tor Norbye <tnorbye@google.com> | Thu Sep 04 13:24:04 2014 -0700 |
| tree | fc0dcd722b6d445468dbe7dad13b4c11781b1cbe | |
| parent | 1aa2e09bdbd413eacb677e9fa4b50630530d0656 [diff] [blame] |
Snapshot idea/138.1980 from git://git.jetbrains.org/idea/community.git Change-Id: Ib567c9c152d770212a7a3db20fbf591c210920bd
diff --git a/python/helpers/pycharm/lettuce_runner.py b/python/helpers/pycharm/lettuce_runner.py index 3cd1125..f0a4b5d 100644 --- a/python/helpers/pycharm/lettuce_runner.py +++ b/python/helpers/pycharm/lettuce_runner.py
@@ -109,4 +109,5 @@ 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