Skip to content

Commit

Permalink
Merge #420: missing sys import for error path set_onion_address
Browse files Browse the repository at this point in the history
ae1c909 missing sys import for error path set_onion_address (cadwgan0)

Pull request description:

ACKs for top commit:
  erikarvstedt:
    ACK ae1c909

Tree-SHA512: 4fce73b3d5f15a7e8d809f6ccfc305539d6eb75f1248ca3f50284216db851ec0149f6888209000b22bb272842c331da0e955004f7e6eec1551e2d6e487a54ee8
  • Loading branch information
jonasnick committed Nov 3, 2021
2 parents 42258fe + ae1c909 commit 2f9b9b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/nodeinfo.nix
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ let
import json
import subprocess
import sys
from collections import OrderedDict
def success(*args):
Expand Down

0 comments on commit 2f9b9b6

Please sign in to comment.