Skip to content

Commit

Permalink
print
Browse files Browse the repository at this point in the history
  • Loading branch information
pomponchik committed Aug 3, 2023
1 parent 6c70fa0 commit 74b6afc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions installed/cli/main.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import os
import sys
import builtins
import importlib
Expand All @@ -12,8 +13,6 @@


def print(text):
import os

with open(os.path.join("tests", "cli", "data", "test.log"), 'a') as file:
file.write(text)

Expand Down

0 comments on commit 74b6afc

Please sign in to comment.