syncthing-device-id: use python3
This commit is contained in:
parent
3fc184a226
commit
59d6ab20b6
@ -1,12 +1,13 @@
|
|||||||
{ openssl, writePython2Bin }:
|
{ openssl, writePython3Bin }:
|
||||||
|
|
||||||
writePython2Bin "syncthing-device-id" {
|
writePython3Bin "syncthing-device-id" {
|
||||||
flakeIgnore = [
|
flakeIgnore = [
|
||||||
"E226"
|
"E226"
|
||||||
"E302"
|
"E302"
|
||||||
"E305"
|
"E305"
|
||||||
"E501"
|
"E501"
|
||||||
"F401"
|
"F401"
|
||||||
|
"W504"
|
||||||
];
|
];
|
||||||
} /* python */ ''
|
} /* python */ ''
|
||||||
import base64
|
import base64
|
||||||
|
Loading…
Reference in New Issue
Block a user