mirror of
https://github.com/karma-riuk/crab.git
synced 2025-07-05 05:28:13 +02:00
moved github logging to file
This commit is contained in:
@ -8,7 +8,7 @@ from tqdm import tqdm
|
||||
from datetime import datetime
|
||||
|
||||
from dataset import Dataset, DatasetEntry, FileData, Metadata, Diff
|
||||
from utils import has_only_1_comment
|
||||
from utils import has_only_1_comment, move_github_logging_to_file
|
||||
|
||||
|
||||
def get_good_projects(csv_file: str) -> pd.DataFrame:
|
||||
@ -133,6 +133,7 @@ if __name__ == "__main__":
|
||||
|
||||
args = parser.parse_args()
|
||||
g = Github(os.environ["GITHUB_AUTH_TOKEN_CRAB"])
|
||||
move_github_logging_to_file()
|
||||
|
||||
dataset = Dataset()
|
||||
try:
|
||||
|
Reference in New Issue
Block a user