Replaced 'v' with '-' in activities bundle name
This commit is contained in:
		
							parent
							
								
									3b7d086a2d
								
							
						
					
					
						commit
						054ecceed4
					
				@ -109,7 +109,7 @@ class extractData:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
                        bundle.close()
 | 
					                        bundle.close()
 | 
				
			||||||
                        self.copyBundle(
 | 
					                        self.copyBundle(
 | 
				
			||||||
                            bundlePath, activityName+'v'+activityVersion)
 | 
					                            bundlePath, activityName+'-'+activityVersion)
 | 
				
			||||||
            bundle.close()
 | 
					            bundle.close()
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    def findBundles(self):
 | 
					    def findBundles(self):
 | 
				
			||||||
@ -161,7 +161,7 @@ class extractData:
 | 
				
			|||||||
                "summary": "",
 | 
					                "summary": "",
 | 
				
			||||||
                "description": "",
 | 
					                "description": "",
 | 
				
			||||||
                "tags": (),
 | 
					                "tags": (),
 | 
				
			||||||
                "version": "v"
 | 
					                "version": "-"
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            name = activity.get("name")
 | 
					            name = activity.get("name")
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user