Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python3 client subparser failure #4202

Closed
mlassnig opened this issue Dec 15, 2020 · 0 comments · Fixed by #4203
Closed

Python3 client subparser failure #4202

mlassnig opened this issue Dec 15, 2020 · 0 comments · Fixed by #4203

Comments

@mlassnig
Copy link
Contributor

Subparser is broken on Python3. This works on Python2.

[root@client bin]# rucio --version
rucio 1.23.8
[root@client bin]# rucio-admin rse
Strange error: 'Namespace' object has no attribute 'which'
[root@client bin]# rucio-admin account
Strange error: 'Namespace' object has no attribute 'which'

etc.etc.

[root@client bin]# head -n1 rucio-admin
#!/usr/bin/python3.6
bziemons added a commit to bziemons/rucio that referenced this issue Dec 16, 2020
bari12 added a commit that referenced this issue Jan 6, 2021
…l_on_python3

Clients: Check subcommand in rucio-admin for py3; Fix #4202
@bari12 bari12 added this to the 1.24.0-clients milestone Jan 6, 2021
maany pushed a commit to maany/rucio that referenced this issue Jan 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants