mirror of
				https://gitlab.gnome.org/GNOME/glib.git
				synced 2025-10-31 08:22:16 +01:00 
			
		
		
		
	win32/gen_util_scripts.py: Update script type error message
We should also mention glib-genmarshal in the acceptable types, since it is now a Python script. Pointed out by John Emmas
This commit is contained in:
		| @@ -32,7 +32,7 @@ def main(argv): | ||||
|                       replace_items) | ||||
|  | ||||
|     else: | ||||
|         raise ValueError('Type must be glib-mkenums or gdbus-codegen') | ||||
|         raise ValueError('Type must be glib-mkenums, glib-genmarshal or gdbus-codegen') | ||||
|  | ||||
| if __name__ == '__main__': | ||||
|     sys.exit(main(sys.argv)) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user