Changes between Version 13 and Version 14 of salome


Ignore:
Timestamp:
Nov 20, 2017, 1:33:49 PM (6 years ago)
Author:
brankm
Comment:

Popravek teksta pri primeru izdelave panela.

Legend:

Unmodified
Added
Removed
Modified
  • salome

    v13 v14  
    188188# If file is not opened, determine path with os library
    189189# import os
    190 # os.chdir(os.path.expanduser('~/))
     190# os.chdir(os.path.expanduser('~/')
    191191with open('data.txt','r') as f:
    192192    fileread = f.readlines()