Skip to content

Commit

Permalink
# This is a combination of 24 commits.
Browse files Browse the repository at this point in the history
# This is the 1st commit message:

ebasing to upstream

# This is the commit message hpe-storage#2:

Fixing log message

# This is the commit message hpe-storage#3:

Testing basic auth

# This is the commit message hpe-storage#4:

Fixing missing var error

# This is the commit message hpe-storage#5:

Fixing username

# This is the commit message hpe-storage#6:

Fixing username scope

# This is the commit message hpe-storage#7:

Printing headers

# This is the commit message hpe-storage#8:

Pulling credentials from ENV var

# This is the commit message hpe-storage#9:

Fixing Syntax error :(

# This is the commit message hpe-storage#10:

Removing comments

# This is the commit message hpe-storage#11:

Adding username/password vars

# This is the commit message hpe-storage#12:

Updating Docs

# This is the commit message hpe-storage#13:

testing getting root path

# This is the commit message hpe-storage#14:

Testing root in Volume method

# This is the commit message hpe-storage#15:

adding more debug statements

# This is the commit message hpe-storage#16:

Whoops

# This is the commit message hpe-storage#17:

req.media is None

# This is the commit message hpe-storage#18:

reverting Deployment

# This is the commit message hpe-storage#19:

Using token parsing instead of ENV Var to set creds

# This is the commit message hpe-storage#20:

Removing debug lines

# This is the commit message hpe-storage#21:

Updating Docs

# This is the commit message hpe-storage#22:

Putting needed token var back

# This is the commit message hpe-storage#23:

Upstream

# This is the commit message hpe-storage#24:

Adding back newline
  • Loading branch information
maxirus committed Mar 2, 2021
1 parent 4bbadcf commit 4df15ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion truenascsp/backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,4 +281,4 @@ def delete(self, uri, **kwargs):
self.req_backend.raise_for_status()
except Exception:
self.csp_error('Backend Request (DELETE) Exception',
traceback.format_exc())
traceback.format_exc())

0 comments on commit 4df15ca

Please sign in to comment.