We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8476696 commit a0eb0e3Copy full SHA for a0eb0e3
1 file changed
src/rez/serialise.py
@@ -329,6 +329,7 @@ def _process(value):
329
330
# apply globals
331
fn.__globals__["this"] = EarlyThis(data)
332
+ fn.__globals__["__file__"] = filepath
333
fn.__globals__.update(get_objects())
334
335
# execute the function
0 commit comments