mirror of
https://github.com/9001/copyparty.git
synced 2025-10-04 10:19:21 +02:00
add SMB/CIFS server
This commit is contained in:
parent
4bcd30da6b
commit
f3a501db30
14 changed files with 325 additions and 20 deletions
|
@ -58,7 +58,7 @@ def uh1(fp):
|
|||
lns = []
|
||||
for ln in cs.split("\n"):
|
||||
m = ptn.match(ln)
|
||||
if m:
|
||||
if m and "SimpleNamespace" not in ln:
|
||||
ln = m.group(1) + "raise Exception()"
|
||||
|
||||
lns.append(ln)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue