Skip to content

Commit

Permalink
Update nicochannel_comment.py
Browse files Browse the repository at this point in the history
  • Loading branch information
aorinngoDo committed Apr 12, 2022
1 parent 7a5a1e8 commit 54d298c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions nicochannel_comment.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@
try :
output = os.path.abspath(args.output)
except TypeError as e :
print(e + 'ERROR! / Output path format is incorrect.')
exit(1)
output = os.getcwd()

if os.path.isdir(output) :
os.chdir(output)
Expand Down

0 comments on commit 54d298c

Please sign in to comment.