##// END OF EJS Templates
attempt reformat
Matthias Bussonnier -
Show More
@@ -8,7 +8,8 b' def div0():'
8 x/y
8 x/y
9
9
10 def sysexit(stat, mode):
10 def sysexit(stat, mode):
11 raise SystemExit(stat, f'Mode = {mode}')
11 raise SystemExit(stat, f"Mode = {mode}")
12
12
13
13 def bar(mode):
14 def bar(mode):
14 "bar"
15 "bar"
General Comments 0
You need to be logged in to leave comments. Login now