mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
[ci/metric] Marked parenthesis as safe character.
This commit is contained in:
@@ -140,6 +140,6 @@ for i,filename in enumerate(args.files):
|
||||
formatted_table = format_table(table)
|
||||
|
||||
if args.escape:
|
||||
print(urllib.parse.quote(formatted_table, safe='| :*+'))
|
||||
print(urllib.parse.quote(formatted_table, safe='| :*+()'))
|
||||
else:
|
||||
print(formatted_table)
|
||||
|
||||
Reference in New Issue
Block a user