Commit 0b01a4a9 authored by sumpfralle's avatar sumpfralle

fixed handling of input filenames


git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@455 bbaffbd6-741e-11dd-a85d-61de82d9cad9
parent abd53fda
......@@ -44,7 +44,7 @@ EXAMPLE_MODEL_LOCATIONS = (
DEFAULT_MODEL_FILE = "pycam.stl"
def show_gui(self, inputfile=None, task_settings_file=None):
def show_gui(inputfile=None, task_settings_file=None):
deps_gtk = GuiCommon.requirements_details_gtk()
report_gtk = GuiCommon.get_dependency_report(deps_gtk, prefix="\t")
if GuiCommon.check_dependencies(deps_gtk):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment