mirror of
https://github.com/GAM-team/GAM.git
synced 2025-07-07 13:13:34 +00:00
Real fix to gam create resource
This commit is contained in:
@ -5093,7 +5093,7 @@ def doCreateResource():
|
||||
if sys.argv[i].lower() == u'description':
|
||||
description = sys.argv[i+1]
|
||||
i += 2
|
||||
elif sys.argv[i].lower() in [u'resType', u'type']:
|
||||
elif sys.argv[i].lower() == u'type':
|
||||
resType = sys.argv[i+1]
|
||||
i += 2
|
||||
else:
|
||||
|
Reference in New Issue
Block a user