ddodds / instadmg

Automatically exported from code.google.com/p/instadmg
0 stars 0 forks source link

instaUp2Date Syntax Error #28

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Run instaUp2Date.py

What is the expected output? What do you see instead?
Expected:
Script runs and checksums catalog file entries.

Actual:
  File "./instaUp2Date.py", line 829
    except Exception as e:
                                     ^
SyntaxError: invalid syntax

Original issue reported on code.google.com by wgme...@gmail.com on 29 Sep 2009 at 10:58

GoogleCodeExporter commented 8 years ago
I missed that this was 2.6/3 syntax, and does not work with 2.5. Changing this 
to the 2.5 syntax works fine in 
both 10.5 and 10.6.

wgmeyer: don't make yourself the owner of problems you are not going to fix. 
And you should probably leave 
status alone as well.

Original comment by kuehn.k...@gmail.com on 8 Oct 2009 at 3:18