Skip to content

Commit

Permalink
submodules of wis2downloader are not found in GH runner action, debug…
Browse files Browse the repository at this point in the history
…ging.
  • Loading branch information
david-i-berry committed Aug 16, 2024
1 parent 9aa4053 commit 0907c01
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion wis2downloader/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,8 @@ def get_subscription(topic):
@app.delete('/subscriptions/<path:topic>')
def delete_subscription(topic):
topic = unquote(topic)

is_topic_valid = False
msg = None
# Topic validation
if CONFIG['validate_topics']:
is_topic_valid, msg = validate_topic(topic)
Expand Down

0 comments on commit 0907c01

Please sign in to comment.