Skip to content

Commit a8db016

Browse files
committed
Fix python script bug
1 parent 2e51c4e commit a8db016

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/Scripts/package_resources.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
}
2121

2222
package_gem = value_mappings[sys.argv[1].upper()]
23-
output_dir = sys.argv[3]
23+
output_dir = sys.argv[2]
2424

2525
# Utility filesystem functions
2626

0 commit comments

Comments
 (0)