ref 12742: DataMiner - Support Python 3.6
https://support.d4science.org/issues/12742 Python3.6 added git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-analysis/dataminer-pool-manager@173835 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
3726ca0c5d
commit
4e7a4504b2
|
@ -285,6 +285,7 @@ public class AnsibleBridge ***REMOVED***
|
|||
/**
|
||||
* Generate all roles for this dependency
|
||||
* @param dep Dependency
|
||||
* @return Collection of Roles
|
||||
*/
|
||||
public Collection<Role> generateRoles(Dependency dep) ***REMOVED***
|
||||
Collection<Role> roles = new Vector<>();
|
||||
|
|
Loading…
Reference in New Issue