Changeset 46174a in git


Ignore:
Timestamp:
Jan 24, 2017, 11:06:33 PM (7 years ago)
Author:
Sebastian Gutsche <gutsche@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
cd6f8d22526e61cffd63354b5f245ce64bcd288b
Parents:
a330f25e5a969acd5b1267f64e44fec8087b6965
Message:
Fixed wrong call of surf execute script

which caused Singular to return to main loop
too early and consequently not displaying the
created image in jupyter notebooks occasionly.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/surf_jupyter.lib

    ra330f25 r46174a  
    143143
    144144    surf_call = "singularsurf_jupyter ";
    145     surf_call = surf_call + l + " " + current_pid + " >/dev/null 2>&1";
     145    surf_call = surf_call + l + " " + current_pid + " 2>&1";
    146146    i = system("sh", surf_call);
    147147    if (i != 0)
Note: See TracChangeset for help on using the changeset viewer.