Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
RDM Infrastructure
irods-clients
Commits
83a8baa9
Commit
83a8baa9
authored
Jan 20, 2022
by
Staiger, Christine
Browse files
Bugfix: irodsTicketLogin - remove reference to object "widget"
parent
b963e5f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
gui/irodsTicketLogin.py
View file @
83a8baa9
...
...
@@ -44,9 +44,9 @@ class irodsTicketLogin(QWidget, Ui_tabTicketAccess):
def
irodsSession
(
self
):
self
.
infoLabel
.
clear
()
host
=
self
.
widget
.
serverEdit
.
text
().
strip
()
path
=
self
.
widget
.
pathEdit
.
text
().
strip
()
token
=
self
.
widget
.
ticketEdit
.
text
().
strip
()
host
=
self
.
serverEdit
.
text
().
strip
()
path
=
self
.
pathEdit
.
text
().
strip
()
token
=
self
.
ticketEdit
.
text
().
strip
()
try
:
self
.
ic
=
irodsConnectorAnonymous
(
host
,
token
,
path
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment