We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bbaba2 commit eecbfcfCopy full SHA for eecbfcf
cacholote/clean.py
@@ -36,7 +36,7 @@
36
37
def _get_files_from_cache_entry(cache_entry: database.CacheEntry) -> dict[str, str]:
38
result = cache_entry.result
39
- if not isinstance(result, list | tuple | set):
+ if not isinstance(result, (list, tuple, set)):
40
result = [result]
41
42
files = {}
0 commit comments