We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c331fcd commit 7dcdecdCopy full SHA for 7dcdecd
funcs/github_archiver.py
@@ -59,7 +59,7 @@ def identify_target_files(self) -> None:
59
if not any(excluded in file_relative_path for excluded in replit_junk):
60
self._file_paths[file_relative_path] = file_full_path
61
self._file_list.append(file_relative_path)
62
-
+
63
print("GithubArchiver: Target files are parsed")
64
65
def get_target_files(self) -> list:
tests/test_github_archiver.py
@@ -1,4 +1,4 @@
1
-from github import Github, Auth
+# from github import Github, Auth
2
import unittest
3
from funcs.github_archiver import GithubArchiver
4
import os
0 commit comments