We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6576417 commit 99d38cfCopy full SHA for 99d38cf
script/scriptgen.py
@@ -674,7 +674,7 @@ def gen_read_files(self, f):
674
if self.assets and self.assets_flavor:
675
for k, v in self.asset_folders.items():
676
self.p(
677
- """rsync -4 --list-only $rsync_pwd_option PRODUCTPATH/{}/*{} | awk '{{ $1=$2=$3=$4=""; print substr($0,5); }}' >> __envsub/files_asset.lst""".format(
+ """rsync -4 --list-only $rsync_pwd_option PRODUCTPATH/{}/*{} | awk '{{ $1=$2=$3=$4=""; print substr($0,5); }}' >> __envsub/files_asset.lst || true""".format(
678
v, k
679
),
680
f,
0 commit comments