X-Git-Url: https://git.sthu.org/?p=pygdb.git;a=blobdiff_plain;f=Configuration.py;h=d97e1c43cb9151b11755e633247cfdff0d05f8a3;hp=460b897db207f611346f01b2e02d05a35fc67b0c;hb=afd9117c8d1d5f614acc120f28c668655be20abf;hpb=ed2fac6a9e1b6f98e4847e1dda8c2a717d7a0b29 diff --git a/Configuration.py b/Configuration.py index 460b897..d97e1c4 100644 --- a/Configuration.py +++ b/Configuration.py @@ -167,6 +167,9 @@ class Configuration: def isCurrposSet(self): return self.currfile!=None + def delCurrpos(self): + self.currfile = None + def findInt(self, name): for i in self.ints: