diff --git a/main.py b/main.py index 2c7b4e4..b5c2aac 100644 --- a/main.py +++ b/main.py @@ -64,7 +64,7 @@ if __name__ == "__main__": PluginRegistry.execute("open_file", "/home/andi/ws/performanceDb/data/production/lt_axc_21.4_133.02_maxInstance/lt_axc_21.4_133.02_maxInstance/app/axcng-service_i-0a69bd43d3624a5bc_172_28_60_222_VADPERFO01AA001_2021-09-21_091717/service/service.log"); PluginRegistry.execute("open_file", - "/home/andi/ws/ravenlog/example.log"); + "testbed/example.log"); # window.open_file("C:\\Users\\andi\\ws\\some.log") signal.signal(signal.SIGINT, stop_signal) diff --git a/example.log b/testbed/example.log similarity index 100% rename from example.log rename to testbed/example.log diff --git a/scribble.py b/testbed/scribble.py similarity index 100% rename from scribble.py rename to testbed/scribble.py