Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
File Transfer Service
fts-rest
Commits
45ecf4ef
Commit
45ecf4ef
authored
Dec 14, 2018
by
Oliver Keeble
Browse files
Can also be unicode
parent
d27720f9
Pipeline
#634102
passed with stage
in 1 minute and 23 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/fts3/rest/client/inquirer.py
View file @
45ecf4ef
...
...
@@ -31,7 +31,7 @@ class Inquirer(object):
def
get_job_status
(
self
,
job_id
,
list_files
=
False
):
if
not
isinstance
(
job_id
,
str
):
if
not
isinstance
(
job_id
,
basestring
):
raise
Exception
(
'The job_id provided is not a string!'
)
try
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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