Changes between Version 23 and Version 24 of salome


Ignore:
Timestamp:
Nov 23, 2017, 11:34:40 AM (6 years ago)
Author:
brankm
Comment:

Popravek funkcije createPanel().

Legend:

Unmodified
Added
Removed
Modified
  • salome

    v23 v24  
    368368    panelIsMade = True
    369369    # If file is not opened, determine path with os library
    370     os.chdir(os.path.expanduser('d:/vaje_KT/'))
     370    os.chdir(os.path.expanduser('d:\\vaje_KT\\'))
    371371    with open('data.txt','r') as f:
    372372        fileread = f.readlines()