summaryrefslogtreecommitdiff
path: root/tools/generate_operator_out.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/generate_operator_out.py')
-rwxr-xr-xtools/generate_operator_out.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/generate_operator_out.py b/tools/generate_operator_out.py
index 3bd62fe1db..73e96fec06 100755
--- a/tools/generate_operator_out.py
+++ b/tools/generate_operator_out.py
@@ -183,7 +183,7 @@ def main():
print('')
for enum_name in _ENUMS:
- print('// This was automatically generated by %s --- do not edit!' % sys.argv[0])
+ print('// This was automatically generated by art/tools/generate_operator_out.py --- do not edit!')
namespaces = _NAMESPACES[enum_name].split('::')
for namespace in namespaces: