Skip to content

Commit

Permalink
Merge pull request #70 from p0dalirius/fix-cannot-access-local-variab…
Browse files Browse the repository at this point in the history
…le-'options'-where-it-is-not-associated-with-a-value

[bugfix] Fixed cannot access local variable 'options' where it is not associated with a value
  • Loading branch information
p0dalirius authored Jun 25, 2024
2 parents cbe2b03 + 8bf6baf commit c2cd245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smbclientng/core/SessionsManager.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ def process_command_line(self, arguments):
try:
options = parser.parse_args(arguments)
except SystemExit as e:
pass
return

# Process actions

Expand Down

0 comments on commit c2cd245

Please sign in to comment.