mirror of
https://github.com/9001/copyparty.git
synced 2025-10-03 09:49:29 +02:00
v1.9.8
This commit is contained in:
parent
0dc3c23b42
commit
fcc3336760
8 changed files with 34 additions and 7 deletions
|
@ -86,7 +86,10 @@ def main():
|
|||
except Exception as ex:
|
||||
print("\nnon-mp fallback due to {}\n".format(ex))
|
||||
for f in sys.argv[1:]:
|
||||
uncomment(f)
|
||||
try:
|
||||
uncomment(f)
|
||||
except Exception as ex:
|
||||
print("uncomment failed: [%s] %s" % (f, repr(ex)))
|
||||
|
||||
print("k")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue