Skip to content

Commit 0c708df

Browse files
committed
tmp: Add debug to retagger
1 parent 62b58b4 commit 0c708df

File tree

1 file changed

+1
-0
lines changed
  • graalpython/com.oracle.graal.python.test/src

1 file changed

+1
-0
lines changed

graalpython/com.oracle.graal.python.test/src/runner.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1243,6 +1243,7 @@ def is_platform_excluded(self, key: str) -> bool:
12431243
def get_keys_as_str(self) -> list[str]:
12441244
keys = []
12451245
for key in sorted(self.keys):
1246+
if "$" in key: print(f"[WARNING]: Invalid key with $ found in tag keys: {key}, {self.keys}, {self.excluded_keys}")
12461247
keys.append(key if key not in self.excluded_keys else f"${key}")
12471248
return keys
12481249

0 commit comments

Comments
 (0)