##// END OF EJS Templates
run darker
rushabh-v -
Show More
@@ -25,7 +25,7 b' session_number = int(sys.argv[1])'
25 25 if len(sys.argv) > 2:
26 26 filepath = Path(sys.argv[2])
27 27 dest = open(filepath, "w")
28 raw = not filepath.name.endswith('.py')
28 raw = not filepath.name.endswith(".py")
29 29 else:
30 30 dest = sys.stdout
31 31 raw = True
General Comments 0
You need to be logged in to leave comments. Login now