mirror of
https://github.com/codingo/Interlace.git
synced 2025-12-17 06:44:23 +01:00
Merge pull request #1 from KarimPwnz/master
Fix arguments.output bug introduced in #57
This commit is contained in:
@@ -120,8 +120,9 @@ class InputHelper(object):
|
||||
output = OutputHelper(arguments)
|
||||
|
||||
# removing the trailing slash if any
|
||||
if arguments.output[-1] == "/":
|
||||
arguments.output = arguments.output[:-1]
|
||||
if arguments.output:
|
||||
if arguments.output[-1] == "/":
|
||||
arguments.output = arguments.output[:-1]
|
||||
|
||||
if arguments.port:
|
||||
if "," in arguments.port:
|
||||
|
||||
Reference in New Issue
Block a user