mirror of
https://github.com/w23/xash3d-fwgs
synced 2024-12-15 13:41:33 +01:00
meat: remove newer f" syntax as CI python is too old
This commit is contained in:
parent
d49b0907b9
commit
09823beed8
@ -141,7 +141,7 @@ class SpirvNode:
|
||||
return node.type
|
||||
|
||||
node = node.type_node
|
||||
raise Exception(f"Couldn't find type for node {self.name}")
|
||||
raise Exception('Couldn\'t find type for node %s' % self.name)
|
||||
|
||||
class SpirvContext:
|
||||
def __init__(self, nodes_count):
|
||||
|
Loading…
Reference in New Issue
Block a user