Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nx-libs
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dimbor
nx-libs
Commits
2a10438f
Commit
2a10438f
authored
Apr 17, 2019
by
Mike Gabriel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
nxdialog/bin/nxdialog: Fix error dialog-type-not-supplied error message.
Fixes ArcticaProject/nx-libs#793.
parent
f0aac089
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
nxdialog
nxdialog/bin/nxdialog
+1
-1
No files found.
nxdialog/bin/nxdialog
View file @
2a10438f
...
@@ -334,7 +334,7 @@ class NxDialogProgram(object):
...
@@ -334,7 +334,7 @@ class NxDialogProgram(object):
""" Disconnect/terminate NX session upon user's request. """
""" Disconnect/terminate NX session upon user's request. """
if
not
self
.
options
.
dialog_type
:
if
not
self
.
options
.
dialog_type
:
sys
.
stderr
.
write
(
"Dialog type not supplied via --
type
\n
"
)
sys
.
stderr
.
write
(
"Dialog type not supplied via --
dialog
\n
"
)
sys
.
exit
(
EXIT_FAILURE
)
sys
.
exit
(
EXIT_FAILURE
)
dlgtype
=
self
.
options
.
dialog_type
dlgtype
=
self
.
options
.
dialog_type
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment