Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ishanrai05 committed Jul 27, 2020
1 parent ec918f8 commit 483e80c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions abortAndClone.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ def main():
(options, args) = parser.parse_args()

# Check the arguments, get info from them
# add coment
if options.file:
wfs = [l.strip() for l in open(options.file) if l.strip()]
if len(args) == 2:
Expand Down

0 comments on commit 483e80c

Please sign in to comment.