WIP: Comment out history file write in coder.py.

This commit is contained in:
Paul Gauthier 2023-05-09 09:09:45 -07:00
parent b2e9eb05f0
commit 18b1809159

View file

@ -160,7 +160,7 @@ class Coder:
else: else:
print() print()
readline.write_history_file(self.history_file) #readline.write_history_file(self.history_file)
return inp return inp
def get_last_modified(self): def get_last_modified(self):