From 86ce3b5c5f31575fcbb6cf08722c774e729aeb4e Mon Sep 17 00:00:00 2001 From: jlapierre0istream <46462039+jlapierre0istream@users.noreply.github.com> Date: Tue, 5 Jan 2021 17:35:43 -0600 Subject: [PATCH] Update main.py --- actions-test/src/main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/actions-test/src/main.py b/actions-test/src/main.py index 6596d0a..a0ac9bb 100644 --- a/actions-test/src/main.py +++ b/actions-test/src/main.py @@ -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())