Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lapierrejl authored Jan 5, 2021
1 parent 2020f77 commit 86ce3b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions actions-test/src/main.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import os
with open('./README.MD') as f:
print(f.read())
#with open('./README.MD') as f:
# print(f.read())
print(os.getcwd())

0 comments on commit 86ce3b5

Please sign in to comment.