Skip to content

Commit

Permalink
fail test
Browse files Browse the repository at this point in the history
  • Loading branch information
Tranquility2 committed Dec 23, 2023
1 parent 9c0bc5c commit 1949656
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
File renamed without changes.
10 changes: 10 additions & 0 deletions xls_updater/test.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import os

def test():

# print the text in ./test
with open("./test", "r") as f:

print(f.read())

print(f"Done!")

0 comments on commit 1949656

Please sign in to comment.