Skip to content
Snippets Groups Projects
Commit 8d7af541 authored by Rajmund Hruška's avatar Rajmund Hruška
Browse files

Fix: Use raw string

parent e167bc72
Branches
Tags
1 merge request!50.11
Pipeline #1838 passed with warnings
......@@ -1413,13 +1413,13 @@ if __name__ == "__main__":
argparser.add_argument('--group', help = 'pick a group of widgets', choices = widget_groups, default='all')
args = argparser.parse_args()
print("""
print(r"""
==============================================
_____ _ _
| __ \ | | | |
| |__) |_ _ __| | __ _ ___ | |_ ___
| ___/| | | | / _` | / _` | / _ \| __|/ __|
| | | |_| || (_| || (_| || __/| |_ \__ \\
| | | |_| || (_| || (_| || __/| |_ \__ \
|_| \__, | \__,_| \__, | \___| \__||___/
__/ | __/ |
|___/ |___/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment