Skip to content

Commit 19a22b9

Browse files
author
ajohns
committed
-minor docstring fix
1 parent 4a9f181 commit 19a22b9

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

src/rez/rezconfig.py

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -187,17 +187,17 @@
187187
# The map supports regular expression e.g. to keep versions.
188188
# Please note that following examples are not necessarily recommendations.
189189
#
190-
# platform_map = {
191-
# "os": {
192-
# r"Scientific Linux-(.*)": r"Scientific-\1", # Scientific Linux-x.x -> Scientific-x.x
193-
# r"Ubuntu-14.\d": r"Ubuntu-14", # Any Ubuntu-14.x -> Ubuntu-14
194-
# r'CentOS Linux-(\d+)\.(\d+)(\.(\d+))?': r'CentOS-\1.\2', ' # Centos Linux-X.Y.Z -> CentOS-X.Y
195-
# },
196-
# "arch": {
197-
# "x86_64": "64bit", # Maps both x86_64 and amd64 -> 64bit
198-
# "amd64": "64bit",
199-
# },
200-
# }
190+
# platform_map = {
191+
# "os": {
192+
# r"Scientific Linux-(.*)": r"Scientific-\1", # Scientific Linux-x.x -> Scientific-x.x
193+
# r"Ubuntu-14.\d": r"Ubuntu-14", # Any Ubuntu-14.x -> Ubuntu-14
194+
# r'CentOS Linux-(\d+)\.(\d+)(\.(\d+))?': r'CentOS-\1.\2', ' # Centos Linux-X.Y.Z -> CentOS-X.Y
195+
# },
196+
# "arch": {
197+
# "x86_64": "64bit", # Maps both x86_64 and amd64 -> 64bit
198+
# "amd64": "64bit",
199+
# },
200+
# }
201201
platform_map = {}
202202

203203
# If true, then when a resolve graph is generated during a failed solve, packages

0 commit comments

Comments
 (0)