Skip to content

Commit b277baa

Browse files
authored
Update github_backup.py
1 parent 15de769 commit b277baa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

github_backup/github_backup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ def get_github_host(args):
498498

499499

500500
def read_file_contents(file_uri):
501-
result = open(file_uri[len(FILE_URI_PREFIX) :], "rt").readline().strip()
501+
return open(file_uri[len(FILE_URI_PREFIX) :], "rt").readline().strip()
502502

503503

504504
def get_github_repo_url(args, repository):

0 commit comments

Comments
 (0)