[Python-projects] Operator not preceded by a space

Meding, Olaf Olaf.Meding at bruker-axs.com
Mon Sep 24 23:06:58 CEST 2007


Does someone know why the C0322 warning is produced only by the last
line:
  n = 3+4
  n = 3-4
  n = 3*4
  n = 3/4
  n = 3%4

bimageview.py(153): [C0322, BImageViewMixin.highestCount] Operator not
preceded by a space
        n = 3%4
             ^

Thanks much for your help.

Olaf



More information about the Python-Projects mailing list