Skip to content

Commit

Permalink
Merge pull request #2794 from AYUSHJAIN951/fsx
Browse files Browse the repository at this point in the history
fs/fsx:Fixing URLError for ltp link
  • Loading branch information
narasimhan-v authored Apr 6, 2024
2 parents e566405 + c905638 commit e3043c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/fsx.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def setUp(self):

if not os.path.exists(self.output):
os.makedirs(self.output)
repo = 'https: // github.com/linux-test-project/ltp/archive/master.zip'
repo = 'https://github.com/linux-test-project/ltp/archive/master.zip'
url = self.params.get('url', default=repo)
match = next((ext for ext in [".zip", ".tar"] if ext in url), None)
tarball = ''
Expand Down

0 comments on commit e3043c2

Please sign in to comment.