File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22# I know it's bad but there is no other way to keep docstring working with this decorator
33SCRIPT_PATH=` dirname " $0 " `
4- sed -i.bak ' /@warn_if_equal_symbol_in_url /d' ${SCRIPT_PATH} /../src/RequestsLibrary/RequestsKeywords.py
5- sed -i.bak ' /@warn_if_equal_symbol_in_url /d' ${SCRIPT_PATH} /../src/RequestsLibrary/RequestsOnSessionKeywords.py
4+ sed -i.bak ' /@warn_if_equal_symbol_in_url_session_less /d' ${SCRIPT_PATH} /../src/RequestsLibrary/RequestsKeywords.py
5+ sed -i.bak ' /@warn_if_equal_symbol_in_url_on_session /d' ${SCRIPT_PATH} /../src/RequestsLibrary/RequestsOnSessionKeywords.py
66python -m robot.libdoc ${SCRIPT_PATH} /../src/RequestsLibrary ${SCRIPT_PATH} /RequestsLibrary.html
77mv ${SCRIPT_PATH} /../src/RequestsLibrary/RequestsOnSessionKeywords.py.bak ${SCRIPT_PATH} /../src/RequestsLibrary/RequestsOnSessionKeywords.py
You can’t perform that action at this time.
0 commit comments