Added ! to installer_item to make it less likely someone uses this as filename

This commit is contained in:
Arjen van Bochoven
2012-07-01 08:19:26 +02:00
parent 01ddeb765d
commit 6f7ddf7b59
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -592,7 +592,7 @@ def installWithInfo(
% (display_name, itemindex, len(installlist)))
# Check if packageless install
if item["installer_item"] != 'packageless_install':
if item["installer_item"] != '!packageless_install!':
itempath = os.path.join(dirpath, item["installer_item"])
if not os.path.exists(itempath):
+1 -1
View File
@@ -1682,7 +1682,7 @@ def processInstall(manifestitem, cataloglist, installinfo):
else:
# Packageless install
download_speed = 0
filename = 'packageless_install'
filename = '!packageless_install!'
iteminfo['download_kbytes_per_sec'] = download_speed