Ignore:
Timestamp:
Feb 22, 2016 1:49:49 PM (8 years ago)
Author:
maronga
Message:

bugfixes in watchdog and mrun

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/palm_wd

    r1752 r1753  
    2020# Current revisions:
    2121# -----------------
    22 #
     22# Bugfix: use of global variables is required after updating configuration file
    2323#
    2424# Former revisions:
     
    7575import time
    7676
    77 global update_frequency
    78 
    7977# Determine PALM directories
    8078try:
     
    924922
    925923       global update_frequency
     924       global description
     925       global hostname
     926       global username
     927       
    926928       description = []
    927929       hostname = []
Note: See TracChangeset for help on using the changeset viewer.