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