diff options
author | manisha07 <cmanis10@in.ibm.com> | 2019-11-06 16:19:43 +0530 |
---|---|---|
committer | manisha07 <cmanis10@in.ibm.com> | 2019-11-06 16:19:58 +0530 |
commit | b00efa60d016dc80e56bc47259ff2a324aa7db52 (patch) | |
tree | 8c0304c9e705850fbbcf461eeda85b59e6df376f /cmso-robot | |
parent | b0ea96ed0edd3436e2a9de33ce8340279982d445 (diff) |
no need to call toString
Issue-ID: OPTFRA-631
Change-Id: I2073a2b350523ffa2fce85d5298ac60cd3ab00fb
Signed-off-by: manisha07 <cmanis10@in.ibm.com>
Diffstat (limited to 'cmso-robot')
-rw-r--r-- | cmso-robot/.gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cmso-robot/.gitignore b/cmso-robot/.gitignore index 44bdbba..cd46865 100644 --- a/cmso-robot/.gitignore +++ b/cmso-robot/.gitignore @@ -5,4 +5,5 @@ *.pyc /libspecs/ /geckodriver.log -/robot/library/
\ No newline at end of file +/robot/library/ +/bin/ |