Skip to content

Commit

Permalink
Fixed style issue in test
Browse files Browse the repository at this point in the history
Fixed style issue in test

Signed-off-by: Praveen K Pandey <[email protected]>
  • Loading branch information
PraveenPenguin committed Mar 21, 2024
1 parent 20dbef1 commit f230780
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions fs/fsx.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,8 @@ def setUp(self):

if not os.path.exists(self.output):
os.makedirs(self.output)

url = self.params.get(
'url', default='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 = ''
if match:
Expand Down

0 comments on commit f230780

Please sign in to comment.