Skip to content

Commit

Permalink
Syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
jpnavarro committed Jul 12, 2021
1 parent ed9d9ec commit 8d009ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/route_resource_v3.py
Original file line number Diff line number Diff line change
Expand Up @@ -1281,7 +1281,7 @@ def Write_RSP_Packaged_Software(self, content, contype, config):
Affiliation = self.Affiliation,
LocalID = item['DrupalNodeid'],
QualityLevel = item.get('DeclaredStatus', 'Production').capitalize(),
Name = item.get('Title', item.get('VendorSoftwareCommonName', ''),
Name = item.get('Title', item.get('VendorSoftwareCommonName', '')),
ResourceGroup = myRESGROUP,
Type = myRESTYPE,
ShortDescription = ShortDescription,
Expand Down

0 comments on commit 8d009ad

Please sign in to comment.