Skip to content

Commit f353ff6

Browse files
committed
correct external call
1 parent d310096 commit f353ff6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

squid2radius.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@
7070
if not reply.code == pyrad.packet.AccountingResponse:
7171
raise Exception("mysterious RADIUS server response to Stop packet")
7272

73-
sys.stdout.write('.')
73+
sys.stdout.write(".\n")
7474

7575

7676
print "\nRotating squid log..."
77-
call(args.squid_path, '-k rotate')
77+
call([args.squid_path, '-k rotate'])
7878

0 commit comments

Comments
 (0)