mirror of
https://gitlab.com/scemama/irpf90.git
synced 2024-11-09 07:33:43 +01:00
Bug in irp_id
Version:1.1.75
This commit is contained in:
parent
57707b3922
commit
5a76800954
@ -29,7 +29,7 @@ from zlib import crc32
|
|||||||
|
|
||||||
irpdir = "IRPF90_temp/"
|
irpdir = "IRPF90_temp/"
|
||||||
mandir = "IRPF90_man/"
|
mandir = "IRPF90_man/"
|
||||||
irp_id = crc32(os.getcwd())
|
irp_id = abs(crc32(os.getcwd()))
|
||||||
|
|
||||||
|
|
||||||
class Line(object):
|
class Line(object):
|
||||||
|
@ -1 +1 @@
|
|||||||
version = "1.1.74"
|
version = "1.1.75"
|
||||||
|
Loading…
Reference in New Issue
Block a user