Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
gsauthof-utility
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
external
gsauthof-utility
Commits
e44a0f23
Commit
e44a0f23
authored
3 years ago
by
Georg Sauthoff
Browse files
Options
Downloads
Patches
Plain Diff
fix exception propagation
parent
ff280262
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
matrixto.py
+2
-0
2 additions, 0 deletions
matrixto.py
with
2 additions
and
0 deletions
matrixto.py
+
2
−
0
View file @
e44a0f23
...
@@ -139,6 +139,8 @@ async def do_with_relogin(client, args, f, *xs, **kws):
...
@@ -139,6 +139,8 @@ async def do_with_relogin(client, args, f, *xs, **kws):
if
args
.
store_state
:
if
args
.
store_state
:
update_state
(
client
,
args
.
state_filename
,
args
.
profile
)
update_state
(
client
,
args
.
state_filename
,
args
.
profile
)
x
=
await
f
(
*
xs
,
**
kws
)
x
=
await
f
(
*
xs
,
**
kws
)
else
:
raise
return
x
return
x
def
update_state
(
client
,
filename
,
profile
):
def
update_state
(
client
,
filename
,
profile
):
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment